We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5602359 commit 9314f1eCopy full SHA for 9314f1e
1 file changed
packages/google-resumable-media/noxfile.py
@@ -24,8 +24,8 @@
24
SYSTEM_TEST_ENV_VARS = ("GOOGLE_APPLICATION_CREDENTIALS",)
25
BLACK_VERSION = "black==22.3.0"
26
27
-DEFAULT_PYTHON_VERSION = "3.10"
28
-SYSTEM_TEST_PYTHON_VERSIONS = ["3.10"]
+DEFAULT_PYTHON_VERSION = "3.14"
+SYSTEM_TEST_PYTHON_VERSIONS = ["3.14"]
29
UNIT_TEST_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
30
31
# Error if a python version is missing
0 commit comments