Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/google-resumable-media/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ support at `google._async_resumable_media`.

Supported Python Versions
-------------------------
Python >= 3.9
Python >= 3.10

Unsupported Python Versions
---------------------------

Python <= 3.8
Python <= 3.9


License
Expand Down
2 changes: 1 addition & 1 deletion packages/google-resumable-media/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
RUFF_VERSION = "ruff==0.14.14"

DEFAULT_PYTHON_VERSION = "3.14"
UNIT_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
UNIT_TEST_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14"]
SYSTEM_TEST_PYTHON_VERSIONS = UNIT_TEST_PYTHON_VERSIONS

# Error if a python version is missing
Expand Down
3 changes: 1 addition & 2 deletions packages/google-resumable-media/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@
zip_safe=False,
install_requires=REQUIREMENTS,
extras_require=EXTRAS_REQUIRE,
python_requires='>= 3.9',
python_requires='>= 3.10',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
Expand Down
11 changes: 0 additions & 11 deletions packages/google-resumable-media/testing/constraints-3.9.txt

This file was deleted.

Loading