Skip to content

fix(google-auth-httplib2): Drop support for Python 3.7, 3.8, and 3.9#16937

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

fix(google-auth-httplib2): Drop support for Python 3.7, 3.8, and 3.9#16937
parthea merged 5 commits intomainfrom
feat/drop-python-3.7-3.9-google-auth-httplib2

Conversation

@chalmerlowe
Copy link
Copy Markdown
Contributor

@chalmerlowe chalmerlowe commented May 5, 2026

This PR updates google-auth-httplib2 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.
  • Cleanup: Removed Python 3.7 deprecation warning in pytest.ini.
  • 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 a review from a team as a code owner May 5, 2026 10:44
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 by updating configuration files including noxfile.py, setup.py, and pytest.ini, and removing the Python 3.9 constraints file. Feedback suggests including Python 3.13 and 3.14 in both the unit test configurations and the package classifiers to ensure full coverage and consistency with the default Python version.

Comment thread packages/google-auth-httplib2/noxfile.py
Comment thread packages/google-auth-httplib2/setup.py
@parthea parthea changed the title feat(google-auth-httplib2): Drop support for Python 3.7, 3.8, and 3.9 fix(google-auth-httplib2): Drop support for Python 3.7, 3.8, and 3.9 May 5, 2026
@parthea parthea merged commit b4fa220 into main May 5, 2026
30 checks passed
@parthea parthea deleted the feat/drop-python-3.7-3.9-google-auth-httplib2 branch May 5, 2026 15:22
@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