We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242a546 commit 3fb487dCopy full SHA for 3fb487d
pyproject.toml
@@ -143,4 +143,4 @@ docstring-code-line-length = "dynamic"
143
144
[tool.cibuildwheel]
145
# Skip building for PyPy, python 3.6/7/8 and 13t, and 32-bit platforms.
146
-skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-manylinux_i686"]
+skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*linux_i686", "*musllinux*"]
0 commit comments