Skip to content

Commit b2fc3f4

Browse files
committed
Remove more Python 2.6 support that I missed. See #12.
1 parent 609f90c commit b2fc3f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cibuildwheel/linux.py

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ def build(project_dir, package_name, output_dir, test_command, test_requires, be
2626
PythonConfiguration(identifier='cp34-manylinux1_x86_64', path='/opt/python/cp34-cp34m'),
2727
PythonConfiguration(identifier='cp35-manylinux1_x86_64', path='/opt/python/cp35-cp35m'),
2828
PythonConfiguration(identifier='cp36-manylinux1_x86_64', path='/opt/python/cp36-cp36m'),
29-
PythonConfiguration(identifier='cp26-manylinux1_i686', path='/opt/python/cp26-cp26m'),
30-
PythonConfiguration(identifier='cp26-manylinux1_i686', path='/opt/python/cp26-cp26mu'),
3129
PythonConfiguration(identifier='cp27-manylinux1_i686', path='/opt/python/cp27-cp27m'),
3230
PythonConfiguration(identifier='cp27-manylinux1_i686', path='/opt/python/cp27-cp27mu'),
3331
PythonConfiguration(identifier='cp33-manylinux1_i686', path='/opt/python/cp33-cp33m'),

0 commit comments

Comments
 (0)