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 7bcf615 commit bcb17d0Copy full SHA for bcb17d0
1 file changed
noxfile.py
@@ -16,8 +16,8 @@
16
(path.parent / f"{path.stem}.in", path) for path in REQUIREMENTS.values()
17
]
18
19
-SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
20
-LATEST = "3.12" # until 3.13 matures
+SUPPORTED = ["3.10", "pypy3.11", "3.11", "3.12", "3.13", "3.14"]
+LATEST = SUPPORTED[-1]
21
22
nox.options.default_venv_backend = "uv|virtualenv"
23
nox.options.sessions = []
0 commit comments