Skip to content

Commit

Permalink
Even more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Nov 27, 2024
1 parent fc2eb9e commit b1976c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +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"
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"
manylinux-i686-image = "quay.io/pypa/manylinux_2_24_i686"
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 b1976c5

Please sign in to comment.