You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(db-dtypes): Drop support for Python <= 3.9 (#16966)
This PR updates \`db-dtypes\` to establish Python 3.10 as the minimum
supported version, dropping support for Python 3.7, 3.8, and 3.9.
### Changes
* Configuration: Updated setup.py metadata and python_requires to
>=3.10.
* Nox: Updated noxfile.py sessions and deleted constraints-3.9.txt.
* Documentation: Updated README.rst and CONTRIBUTING.rst (and synced to
docs/README.rst!).
* Removed extract_runtime_version and its helper file from db_dtypes
* Updated the tests to mock sys.version_info correctly.
Fixes internal issue: http://b/482126936 🦕
0 commit comments