diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 000c663e9..804cf235a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.9", "3.12"] with-torch: ["with-torch", "no-torch"] steps: - name: Check out Pulser diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c28f3fa6b..8ab3b5357 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Check out Pulser uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 527c202a5..68b4d1748 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: # Uses macos-13 for 3.9 and macos-latest for >=3.10 os: [ubuntu-latest, macos-13, macos-latest, windows-latest] with-torch: ["with-torch", "no-torch"] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12"] exclude: - os: macos-latest python-version: "3.9" @@ -29,8 +29,6 @@ jobs: python-version: "3.11" - os: macos-13 python-version: "3.12" - - os: macos-13 - python-version: "3.13" steps: - name: Check out Pulser uses: actions/checkout@v4