Skip to content

Commit

Permalink
Continue building musllinux_1_1 wheels
Browse files Browse the repository at this point in the history
The cibuildwheel default has updated to build musllinux_1_2 wheels
instead. Let's continue building with support for the older
musllinux_1_1 standard until it becomes too inconvenient for us.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
  • Loading branch information
godlygeek authored and sarahmonod committed Jun 4, 2024
1 parent fb6a19c commit f6d8a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ underlines = "-~"
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
musllinux-x86_64-image = "musllinux_1_1"
skip = "*-musllinux_aarch64"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit f6d8a97

Please sign in to comment.