Skip to content

Commit 1835a08

Browse files
committed
Run with 3.13 by default in noxenvs.
1 parent d88fd5b commit 1835a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737

3838
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
39-
LATEST_STABLE = "3.12"
39+
LATEST_STABLE = SUPPORTED[-1]
4040

4141
nox.options.sessions = []
4242

0 commit comments

Comments
 (0)