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,
|
maxsize=500 * 1024 * 1024,
|
||||||
workdir='install'))
|
workdir='install'))
|
||||||
f.addStep(MasterShellCommand(name='unpack',
|
f.addStep(MasterShellCommand(name='unpack',
|
||||||
command=['python3.6',
|
command=['python3.7',
|
||||||
unpack_script,
|
unpack_script,
|
||||||
filename],
|
filename],
|
||||||
description='unpacking',
|
description='unpacking',
|
||||||
|
Reference in New Issue
Block a user