googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
771 stars 304 forks source link

Broken link in Python37DeprecationWarning deprecation message #1429

Closed parthea closed 8 months ago

parthea commented 8 months ago
    warnings.warn(message, Python37DeprecationWarning)
E   google.auth.Python37DeprecationWarning: After January 1, 2024, new releases of this library will drop support for Python 3.7. More details about Python 3.7 support can be found at https://cloud.google.com/python/docs/python37-sunset/

The link https://cloud.google.com/python/docs/python37-sunset/ results in 404. We should remove it from the deprecation message.