Skip to content

Commit 490c8c8

Browse files
committed
fixup! TST: add explicit support for Python 3.14
1 parent 8d292f8 commit 490c8c8

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
@@ -6,7 +6,7 @@
66
import nox
77

88
PYTHON_ALL_VERSIONS = ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
9-
PYTHON_DEFAULT_VERSION = "3.14"
9+
PYTHON_DEFAULT_VERSION = "3.13"
1010
DOC_DEPENDENCIES = [
1111
"jinja2",
1212
"mkdocs",

0 commit comments

Comments
 (0)