Skip to content

Commit

Permalink
3.8 is required not 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored Aug 18, 2023
1 parent 2c81d09 commit 7817ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def main(argv=sys.argv):

# Python3 for life!
if sys.version_info.major < 3 or sys.version_info.minor < 6:
sys.stderr.write('error: Python >= 3.6 is required\n')
sys.stderr.write('error: Python >= 3.8 is required\n')

This comment has been minimized.

Copy link
@Siecje

Siecje Aug 21, 2023

Contributor

Should README.md be updated?

sys.exit(1)

# Build the parser
Expand Down

0 comments on commit 7817ef3

Please sign in to comment.