Skip to content

fix(google-resumable-media): Drop support for Python 3.9#16938

Merged
parthea merged 5 commits intomainfrom
feat/drop-python-3.7-3.9-google-resumable-media
May 5, 2026
Merged

fix(google-resumable-media): Drop support for Python 3.9#16938
parthea merged 5 commits intomainfrom
feat/drop-python-3.7-3.9-google-resumable-media

Conversation

@chalmerlowe
Copy link
Copy Markdown
Contributor

@chalmerlowe chalmerlowe commented May 5, 2026

This PR updates google-resumable-media to establish Python 3.10 as the minimum supported version, dropping support for Python 3.9 and below.

Changes

  • Configuration: Updated setup.py and noxfile.py to require Python 3.10+ and remove references to Python 3.9.
  • Documentation: Updated README.rst to reflect the new supported and unsupported Python versions.
  • Constraints: Updated constraints-3.10.txt with minimum versions from constraints-3.9.txt and deleted constraints-3.9.txt.

Fixes internal issue: http://b/482126936 🦕

@chalmerlowe chalmerlowe requested review from a team as code owners May 5, 2026 10:46
@chalmerlowe chalmerlowe requested review from sycai and removed request for a team May 5, 2026 10:47
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request drops support for Python 3.9, updating the README, noxfile, and setup.py to reflect a new minimum requirement of Python 3.10. Feedback suggests that a new constraints file for Python 3.10 should be created to replace the removed Python 3.9 version, ensuring that CI can still verify compatibility with lower-bound dependencies on the new minimum supported version.

Comment thread packages/google-resumable-media/testing/constraints-3.9.txt
@parthea parthea changed the title feat(google-resumable-media): Drop support for Python 3.7, 3.8, and 3.9 fix(google-resumable-media): Drop support for Python 3.9 May 5, 2026
@parthea parthea merged commit 33b5505 into main May 5, 2026
30 checks passed
@parthea parthea deleted the feat/drop-python-3.7-3.9-google-resumable-media branch May 5, 2026 15:23
@chalmerlowe chalmerlowe added this to the Drop support for 3.7-3.9 milestone May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants