Skip to content

Commit bcb17d0

Browse files
authored
Update supported Python versions in noxfile.py
1 parent 7bcf615 commit bcb17d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
(path.parent / f"{path.stem}.in", path) for path in REQUIREMENTS.values()
1717
]
1818

19-
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
20-
LATEST = "3.12" # until 3.13 matures
19+
SUPPORTED = ["3.10", "pypy3.11", "3.11", "3.12", "3.13", "3.14"]
20+
LATEST = SUPPORTED[-1]
2121

2222
nox.options.default_venv_backend = "uv|virtualenv"
2323
nox.options.sessions = []

0 commit comments

Comments
 (0)