Skip to content

Commit

Permalink
Update minimum Python>=3.7.0 (#7247)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 2, 2022
1 parent 37675e1 commit a19406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def check_git_status():
LOGGER.info(emojis(s)) # emoji-safe


def check_python(minimum='3.6.2'):
def check_python(minimum='3.7.0'):
# Check current python version vs. required python version
check_version(platform.python_version(), minimum, name='Python ', hard=True)

Expand Down

0 comments on commit a19406b

Please sign in to comment.