Unverified 提交 a19406b3 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Update minimum Python>=3.7.0 (#7247)

上级 37675e11
...@@ -295,7 +295,7 @@ def check_git_status(): ...@@ -295,7 +295,7 @@ def check_git_status():
LOGGER.info(emojis(s)) # emoji-safe 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 current python version vs. required python version
check_version(platform.python_version(), minimum, name='Python ', hard=True) check_version(platform.python_version(), minimum, name='Python ', hard=True)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论