Skip to content

Commit

Permalink
Use manylinux2014
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Aug 2, 2023
1 parent 8356640 commit 438f65e
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 @@ -8,8 +8,8 @@ build-backend = "mesonpy"
[tool.cibuildwheel]
build-verbosity = 3
before-all = "bash {project}/cibw_before_all.sh"
manylinux-x86_64-image = "manylinux_2_24"
manylinux-i686-image = "manylinux_2_24"
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
skip = "pp*"

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit 438f65e

Please sign in to comment.