Skip to content

Commit

Permalink
Revert "Support Python 3.13 (#786)"
Browse files Browse the repository at this point in the history
This reverts commit a343f66.
  • Loading branch information
HGSilveri authored Dec 20, 2024
1 parent a343f66 commit 56ac999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 56ac999

Please sign in to comment.