Skip to content

Commit b041ef3

Browse files
committed
update minimum python version for linux wheel building
1 parent f0dc392 commit b041ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-manylinux-wheels

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def check_call(*cmd):
2222
def main():
2323
os.makedirs('dist', exist_ok=True)
2424
with tempfile.TemporaryDirectory() as work:
25-
pip = '/opt/python/cp37-cp37m/bin/pip'
25+
pip = '/opt/python/cp38-cp38/bin/pip'
2626
check_call(
2727
'docker', 'run', '-ti',
2828
# Use this so the files are not owned by root

0 commit comments

Comments
 (0)