Refine
This commit is contained in:
@@ -7,8 +7,8 @@ def install():
|
||||
return
|
||||
|
||||
minor = sys.version_info.minor
|
||||
if minor < 4 or minor > 10:
|
||||
print("Require install Python 3.4 ~ Python 3.10 !")
|
||||
if minor < 4 or minor > 12:
|
||||
print("Require install Python 3.4 ~ Python 3.12 !")
|
||||
return
|
||||
|
||||
# upgrade pipe
|
||||
|
||||
Reference in New Issue
Block a user