Skip to content

Commit 5ef4927

Browse files
committed
⬆️ Add py313 support
1 parent b153822 commit 5ef4927

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.22,<1.26
1+
numpy>=2
22
qiskit>=1.0
3-
qiskit_ibm_runtime==0.37.0
3+
qiskit_ibm_runtime
44
qiskit-aer

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"Operating System :: OS Independent",
4242
"Topic :: Scientific/Engineering :: Physics",
4343
],
44-
"python_requires": ">=3.8,<3.12",
44+
"python_requires": ">=3.9,<3.14",
4545
"install_requires": requirements,
4646
"extras_require": {"test": ["graphix"]},
4747
}

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[tox]
2-
envlist = py39, py310, py311, lint
2+
envlist = py39, py310, py311, py312, py313, lint
33

44
[gh-actions]
55
python =
66
3.9: lint, py39
77
3.10: py310
88
3.11: py311
9+
3.12: py312
10+
3.13: py313
911

1012
[testenv]
1113
description = Run the unit tests

0 commit comments

Comments
 (0)