Skip to content

Commit

Permalink
Try to be more explicit in the manylinux_2_28 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Nov 27, 2024
1 parent 986e0f7 commit fc2eb9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28"
manylinux-i686-image = "quay.io/pypa/manylinux_2_28"
skip = "pp* cp36* cp37* *musllinux* cp38-macosx_arm64"
test-skip = "cp3*-win32 cp3*-manylinux_i686"
test-command = "python {project}/tools/verify_wheels.py"
Expand Down

0 comments on commit fc2eb9e

Please sign in to comment.