Skip to content

Commit

Permalink
modified error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer-google committed Dec 9, 2024
1 parent c2ee201 commit d495030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ver = sys.version_info
if ver.major != 3 or ver.minor < 8 or ver.minor > 13:
sys.exit(
"Error: gsutil requires Python version 3.8-3.13, but a different version is installed.\n"
"Error: gsutil supports Python version 3.8-3.12 and allows Python 3.13, but a different version is installed.\n"
"You are currently running Python {}.{}\n"
"Follow the steps below to resolve this issue:\n"
"\t1. Switch to Python 3.8-3.13 using your Python version manager or install an appropriate version.\n"
Expand Down

0 comments on commit d495030

Please sign in to comment.