Skip to content

Commit 9d78774

Browse files
committed
Use 3.13 by default, it's mature.
1 parent ae252c5 commit 9d78774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]
1919

2020
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
21-
LATEST = "3.12" # until 3.13 matures
21+
LATEST = SUPPORTED[-1]
2222

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

0 commit comments

Comments
 (0)