Skip to content

Commit 6c67349

Browse files
Liu KeyuLiu Keyu
authored andcommitted
Remove Python 3.13 from noxfile.py due to compatibility issue
1 parent 6f7a73c commit 6c67349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# TODO(denialhaag): Add 3.14 when all dependencies support it
3131
# https://github.com/munich-quantum-toolkit/predictor/issues/420
32-
PYTHON_ALL_VERSIONS = ["3.10", "3.11", "3.12", "3.13"]
32+
PYTHON_ALL_VERSIONS = ["3.10", "3.11", "3.12"]
3333

3434
if os.environ.get("CI", None):
3535
nox.options.error_on_missing_interpreters = True

0 commit comments

Comments
 (0)