Skip to content

Commit bcc17f5

Browse files
committed
feat(google-resumable-media): Update Nox sessions to remove old versions
1 parent 86b961f commit bcc17f5

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,7 +25,7 @@
2525
RUFF_VERSION = "ruff==0.14.14"
2626

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

3131
# Error if a python version is missing

0 commit comments

Comments
 (0)