Need for Python 3.10
This commit is contained in:
parent
44e418fcb9
commit
f6441c2142
@ -81,8 +81,8 @@ def route(args : Args) -> None:
|
|||||||
|
|
||||||
|
|
||||||
def pre_check() -> bool:
|
def pre_check() -> bool:
|
||||||
if sys.version_info < (3, 9):
|
if sys.version_info < (3, 10):
|
||||||
logger.error(wording.get('python_not_supported').format(version = '3.9'), __name__)
|
logger.error(wording.get('python_not_supported').format(version = '3.10'), __name__)
|
||||||
return False
|
return False
|
||||||
if not shutil.which('curl'):
|
if not shutil.which('curl'):
|
||||||
logger.error(wording.get('curl_not_installed'), __name__)
|
logger.error(wording.get('curl_not_installed'), __name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user