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
This PR updates \`google-cloud-dns\` 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.
* Constraints: Transferred lower bounds to \`constraints-3.10.txt\` and
dropped \`constraints-3.9.txt\`.
Verified successfully with 65 passing unit tests under Python 3.10!
Fixes internal issue: http://b/482126936 🦕
0 commit comments