Set minimum Python version to 3.6
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if sys.hexversion < 0x030500F0:
|
if sys.hexversion < 0x030600F0:
|
||||||
print("ERROR: At least Python 3.5 is required")
|
print("ERROR: At least Python 3.6 is required")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user