Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken link in Python37DeprecationWarning deprecation message #1429

Closed
parthea opened this issue Dec 2, 2023 · 0 comments · Fixed by #1430
Closed

Broken link in Python37DeprecationWarning deprecation message #1429

parthea opened this issue Dec 2, 2023 · 0 comments · Fixed by #1430
Assignees
Labels
type: cleanup An internal cleanup or hygiene concern.

Comments

@parthea
Copy link
Contributor

parthea commented Dec 2, 2023

    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.

@parthea parthea added the type: cleanup An internal cleanup or hygiene concern. label Dec 2, 2023
@parthea parthea self-assigned this Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant