Skip to content

Commit d5211d1

Browse files
committed
run system tests will supported python versions
1 parent 7e5ec66 commit d5211d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-resumable-media/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
RUFF_VERSION = "ruff==0.14.14"
2626

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

3131
# Error if a python version is missing
3232
nox.options.error_on_missing_interpreters = True

0 commit comments

Comments
 (0)