Skip to content

Commit 9314f1e

Browse files
committed
bump default python version for nox to 3.14
1 parent 5602359 commit 9314f1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-resumable-media/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
SYSTEM_TEST_ENV_VARS = ("GOOGLE_APPLICATION_CREDENTIALS",)
2525
BLACK_VERSION = "black==22.3.0"
2626

27-
DEFAULT_PYTHON_VERSION = "3.10"
28-
SYSTEM_TEST_PYTHON_VERSIONS = ["3.10"]
27+
DEFAULT_PYTHON_VERSION = "3.14"
28+
SYSTEM_TEST_PYTHON_VERSIONS = ["3.14"]
2929
UNIT_TEST_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3030

3131
# Error if a python version is missing

0 commit comments

Comments
 (0)