diff --git a/pyproject.toml b/pyproject.toml index c496a5b..81ce1bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,3 +11,6 @@ skip = ["*-manylinux_i686", "pp*"] test-requires = ["pytest", "fonttools"] test-command = "pytest {project}/tests" + +[tool.cibuildwheel.macos] +archs = ["x86_64", "universal2", "arm64"]