Skip to content

Commit 60013dd

Browse files
committed
add 3.13
1 parent 33da67f commit 60013dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
os: [ubuntu-latest, macos-latest, windows-latest]
67-
python-version: ["3.10", "3.11", "3.12"]
67+
python-version: ["3.10", "3.11", "3.12", "3.13"]
6868
runs-on: ${{ matrix.os }}
6969
steps:
7070
- name: Check out mitiq

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def load_requirements(filename):
6767
"Documentation": "https://mitiq.readthedocs.io/en/stable/",
6868
"Source": "https://github.com/unitaryfund/mitiq/",
6969
},
70-
python_requires=">=3.10,<3.13",
70+
python_requires=">=3.10, ==3.13",
7171
)
7272

7373
# restore _version.py to its previous state

0 commit comments

Comments
 (0)