Skip to content

Commit

Permalink
Not building for musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinhaenn committed Dec 20, 2024
1 parent 242a546 commit 3fb487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ docstring-code-line-length = "dynamic"

[tool.cibuildwheel]
# Skip building for PyPy, python 3.6/7/8 and 13t, and 32-bit platforms.
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-manylinux_i686"]
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*linux_i686", "*musllinux*"]

0 comments on commit 3fb487d

Please sign in to comment.