Update python to 3.7

This commit is contained in:
2020-02-05 17:29:12 +01:00
parent a910a05caa
commit e406a1118e

View File

@@ -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',