Browse Source

Update minimum Python>=3.7.0 (#7247)

modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
a19406b39d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/general.py

+ 1
- 1
utils/general.py View File

@@ -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)


Loading…
Cancel
Save