Skip to content

Commit 7d1b3e2

Browse files
committed
chore: add Py3.14 to noxfile-template
1 parent 40f6646 commit 7d1b3e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/standard/noxfile-template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_pytest_env_vars():
7979

8080
# DO NOT EDIT - automatically generated.
8181
# All versions used to tested samples.
82-
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
82+
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
8383

8484
# Any default versions that should be ignored.
8585
IGNORED_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

appengine/standard/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
TEST_CONFIG_OVERRIDE = {
2626
# You can opt out from the test for specific Python versions.
27-
"ignored_versions": ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"],
27+
"ignored_versions": ["3.6", "3.7", "3.8", "3.10", "3.11", "3.12", "3.13"],
2828
# Old samples are opted out of enforcing Python type hints
2929
# All new samples should feature them
3030
"enforce_type_hints": False,

noxfile-template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_pytest_env_vars() -> dict[str, str]:
8888

8989

9090
# All versions used to tested samples.
91-
ALL_VERSIONS = ["2.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
91+
ALL_VERSIONS = ["2.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
9292

9393
# Any default versions that should be ignored.
9494
IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]

0 commit comments

Comments
 (0)