Skip to content

Commit 980c173

Browse files
update python versions
1 parent fe8f1ee commit 980c173

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
@@ -15,7 +15,7 @@
1515

1616
# set the test parameters
1717
verbose = False
18-
python_versions_to_test = ["3.10", "3.11", "3.12", "3.13"] # 3.14 has not yet been officially released so is not tested against, but is allowed by the pyproject.toml
18+
python_versions_to_test = ["3.11", "3.12", "3.13", "3.14"]
1919
nox.options.stop_on_first_error = True
2020
nox.options.error_on_missing_interpreters = True
2121
nox.options.default_venv_backend = 'virtualenv'

0 commit comments

Comments
 (0)