Skip to content

Commit

Permalink
Merge pull request #2028 from elebumm/JasonLovesDoggo-patch-1
Browse files Browse the repository at this point in the history
Update main.py
  • Loading branch information
JasonLovesDoggo authored Apr 21, 2024
2 parents 69fa2a4 + 6a48f22 commit 340762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def shutdown() -> NoReturn:


if __name__ == "__main__":
if sys.version_info.major != 3 or sys.version_info.minor != 10:
if sys.version_info.major != 3 or sys.version_info.minor not in [10, 11]:
print(
"Hey! Congratulations, you've made it so far (which is pretty rare with no Python 3.10). Unfortunately, this program only works on Python 3.10. Please install Python 3.10 and try again."
)
Expand Down

0 comments on commit 340762e

Please sign in to comment.