mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 23:29:19 +02:00
*really* upgraded python requirement to 2.7 (2.4 is missing ZipFile.extractall)
This commit is contained in:
parent
99ba56c361
commit
eb93fc5620
2 changed files with 3 additions and 2 deletions
3
hm.py
3
hm.py
|
@ -43,8 +43,9 @@ from build import toolchain
|
|||
from getopt import gnu_getopt
|
||||
|
||||
# minimum required version
|
||||
# 2.7 needed for ZipFile.extractall
|
||||
requiredMajor = 2
|
||||
requiredMinor = 3
|
||||
requiredMinor = 7
|
||||
|
||||
# options used by all commands
|
||||
globalOptions = 'v'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue