Skip to content

Commit

Permalink
Move comment location
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 committed Sep 7, 2023
1 parent 9f5b016 commit 97d71e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class Python37DeprecationWarning(DeprecationWarning): # pragma: NO COVER
pass


# Checks if the current runtime is Python 3.7.
if sys.version_info.major == 3 and sys.version_info.minor == 7: # pragma: NO COVER
# Checks if the current runtime is Python 3.7.
message = (
"After January 1, 2024, new releases of this library will drop support "
"for Python 3.7. More details about Python 3.7 support "
Expand Down

0 comments on commit 97d71e8

Please sign in to comment.