Skip to content

Commit 2146891

Browse files
chore(tests): Update noxfile to add Python 3.14 (#47)
* add latest Python versions to noxfile * cleanup added single quotes
1 parent 33baf26 commit 2146891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-analytics-admin/noxfile.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"]
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"]

google-analytics-data/noxfile.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"]
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)