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 d88fd5b commit 1835a08Copy full SHA for 1835a08
noxfile.py
@@ -36,7 +36,7 @@
36
]
37
38
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
39
-LATEST_STABLE = "3.12"
+LATEST_STABLE = SUPPORTED[-1]
40
41
nox.options.sessions = []
42
0 commit comments