Update python to 3.7
This commit is contained in:
@@ -238,7 +238,7 @@ def generic_builder(id, branch='', rsync=False):
|
||||
maxsize=500 * 1024 * 1024,
|
||||
workdir='install'))
|
||||
f.addStep(MasterShellCommand(name='unpack',
|
||||
command=['python3.6',
|
||||
command=['python3.7',
|
||||
unpack_script,
|
||||
filename],
|
||||
description='unpacking',
|
||||
|
Reference in New Issue
Block a user