We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7a73c commit 6c67349Copy full SHA for 6c67349
noxfile.py
@@ -29,7 +29,7 @@
29
30
# TODO(denialhaag): Add 3.14 when all dependencies support it
31
# https://github.com/munich-quantum-toolkit/predictor/issues/420
32
-PYTHON_ALL_VERSIONS = ["3.10", "3.11", "3.12", "3.13"]
+PYTHON_ALL_VERSIONS = ["3.10", "3.11", "3.12"]
33
34
if os.environ.get("CI", None):
35
nox.options.error_on_missing_interpreters = True
0 commit comments