Skip to content

feat(storage): drop Python 3.7-3.9 support and regenerate#17178

Merged
chalmerlowe merged 3 commits into
mainfrom
fix-storage-FTL-1.32.0
May 19, 2026
Merged

feat(storage): drop Python 3.7-3.9 support and regenerate#17178
chalmerlowe merged 3 commits into
mainfrom
fix-storage-FTL-1.32.0

Conversation

@chalmerlowe
Copy link
Copy Markdown
Contributor

Updates post processing to account for dropping support for Python 3.7, 3.8, 3.9 and the impacts that has on using 3.10 for lower bounds testing.

Changes

  • updates the lower bound versions for several libraries to avoid conflicts and install issues in both setup.py and constraints-3.10.txt
  • updates post-processing scripts to ensure the above updates persist

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 across the google-cloud-storage package, updating setup.py, noxfile.py, and package metadata to reflect a minimum requirement of Python 3.10. The changes include updating dependency constraints, removing legacy compatibility logic for older Python versions, and advancing copyright headers to 2026. Review feedback suggests using flexible regex patterns instead of hardcoded versions in the librarian post-processing configuration to ensure robust replacement logic. Additionally, the removal of the warnings-as-errors flag in the documentation build was flagged as a change that should be applied consistently across the repository rather than in an individual package.

Comment thread packages/google-cloud-storage/noxfile.py
@chalmerlowe chalmerlowe marked this pull request as ready for review May 19, 2026 17:14
@chalmerlowe chalmerlowe requested review from a team as code owners May 19, 2026 17:14
@chalmerlowe chalmerlowe merged commit c804a93 into main May 19, 2026
31 checks passed
@chalmerlowe chalmerlowe deleted the fix-storage-FTL-1.32.0 branch May 19, 2026 17:24
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