diff --git a/pyproject.toml b/pyproject.toml index 5d51fa3..7baa768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,9 @@ test-extras = ["test"] test-command = "pytest {project}" build-verbosity = 1 +[tool.cibuildwheel.macos] +archs = ["arm64", "x86_64", "universal2"] + [tool.cibuildwheel.windows] # 32-bit builds are not supported (MSVC intrinsics / numpy drop win32 support) archs = ["AMD64"]