Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2010"
manylinux-i686-image = "manylinux2014"
skip = "pp* cp36* *musllinux*"
test-skip = "cp310-win32 cp310-manylinux_i686"
test-command = "python {project}/tools/verify_wheels.py"
Expand All @@ -29,8 +29,3 @@ before-all = "yum install -y openblas-devel"

[tool.cibuildwheel.windows]
environment = { CMAKE_GENERATOR = "Visual Studio 16 2019"}

# For older Pythons we maintain our manylinux2010 support.
[[tool.cibuildwheel.overrides]]
select = "cp3{6,7,8,9}-manylinux*"
manylinux-x86_64-image = "manylinux2010"