Skip to content

Commit

Permalink
add 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Dec 29, 2024
1 parent 33da67f commit 60013dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
steps:
- name: Check out mitiq
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def load_requirements(filename):
"Documentation": "https://mitiq.readthedocs.io/en/stable/",
"Source": "https://github.com/unitaryfund/mitiq/",
},
python_requires=">=3.10,<3.13",
python_requires=">=3.10, ==3.13",
)

# restore _version.py to its previous state
Expand Down

0 comments on commit 60013dd

Please sign in to comment.