From e5b9d1f5864b00b03cb9b429712b11005abdb848 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Sat, 16 Jun 2018 15:23:26 +0200 Subject: [PATCH] Fix mistake in directory name --- cibuildwheel/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index 0116e600..114b63da 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -31,7 +31,7 @@ def build(project_dir, package_name, output_dir, test_command, test_requires, be PythonConfiguration(identifier='cp34-manylinux1_i686', path='/opt/python/cp34-cp34m'), PythonConfiguration(identifier='cp35-manylinux1_i686', path='/opt/python/cp35-cp35m'), PythonConfiguration(identifier='cp36-manylinux1_i686', path='/opt/python/cp36-cp36m'), - PythonConfiguration(identifier='cp37-manylinux1_i686', path='/opt/python/cp37-cp36m'), + PythonConfiguration(identifier='cp37-manylinux1_i686', path='/opt/python/cp37-cp37m'), ] # skip builds as required