diff --git a/pyproject.toml b/pyproject.toml index 6ba69bc..0e0b307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ tag_format = "v$version" [tool.cibuildwheel] test-command = "pytest {project}/tests" test-extras = ["test"] -test-skip = ["*universal2:arm64", "pp*-win_amd64"] +test-skip = ["*universal2:arm64", "pp*-win_amd64", "cp38-macosx_*:arm64"] # Setuptools bug causes collision between pypy and cpython artifacts before-build = "rm -rf {project}/build"