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(google-cloud-core): Drop support for Python 3.9 (googleapis#16953)
This PR updates \`google-cloud-core\` 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\` and \`noxfile.py\` to require
Python 3.10+ and remove references to Python 3.9.
* Documentation: Updated \`README.rst\` and \`CONTRIBUTING.rst\` to
reflect supported Python versions.
* Cleanup: Removed dead polyfill for \`importlib.metadata\` in
\`google/cloud/obsolete/__init__.py\`.
* Constraints: Transferred lower bounds to \`constraints-3.10.txt\` and
dropped \`constraints-3.9.txt\`.
* Fixes: Bumped \`grpcio\` to \`1.47.0\` to fix Python 3.10 build
failures.
Fixes internal issue: http://b/482126936 🦕
0 commit comments