We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5ec66 commit d5211d1Copy full SHA for d5211d1
1 file changed
packages/google-resumable-media/noxfile.py
@@ -25,8 +25,8 @@
25
RUFF_VERSION = "ruff==0.14.14"
26
27
DEFAULT_PYTHON_VERSION = "3.14"
28
-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"]
+SYSTEM_TEST_PYTHON_VERSIONS = UNIT_TEST_PYTHON_VERSIONS
30
31
# Error if a python version is missing
32
nox.options.error_on_missing_interpreters = True
0 commit comments