diff --git a/pyproject.toml b/pyproject.toml index 3d0c9b3..7c43e21 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*", "cp{38,39,310,311,312}-manylinux_i686", "*musllinux*", "*ppc64le", "*s390x"] +test-skip = ["*universal2:arm64", "pp*", "cp{38,39,310,311,312}-manylinux_i686", "cp38-macosx_*:arm64", "*musllinux*", "*ppc64le", "*s390x"] # Setuptools bug causes collision between pypy and cpython artifacts before-build = "rm -rf {project}/build"