diff --git a/pyproject.toml b/pyproject.toml index 75a5b04a..f7217c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,5 +27,5 @@ test-command = "pytest {project}/tests" [tool.cibuildwheel.macos] # https://cibuildwheel.readthedocs.io/en/stable/faq/#apple-silicon -archs = ["x86_64"] # , "universal2" +archs = ["x86_64", "universal2"] test-skip = ["*_arm64", "*_universal2:arm64"]