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 ae252c5 commit 9d78774Copy full SHA for 9d78774
noxfile.py
@@ -18,7 +18,7 @@
18
]
19
20
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
21
-LATEST = "3.12" # until 3.13 matures
+LATEST = SUPPORTED[-1]
22
23
nox.options.default_venv_backend = "uv|virtualenv"
24
nox.options.sessions = []
0 commit comments