diff --git a/pyproject.toml b/pyproject.toml index 6c18a93..b6d8158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,4 +2,4 @@ requires = ["setuptools", "wheel", "numpy"] [tool.cibuildwheel] -skip = ["pp*", "*-win32", "*-manylinux_i686"] \ No newline at end of file +skip = ["pp*", "*-win32", "*-manylinux_i686", "*-musllinux_i686"] \ No newline at end of file