diff --git a/pyproject.toml b/pyproject.toml index 6559e55..b67354a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in [tool.cibuildwheel] build = "cp{37,38,39,310}-*" +skip = ["*musl*"] test-command = "python -m unittest --verbose" test-extras = ["tests"] manylinux-x86_64-image = "manylinux2014"