diff --git a/pyproject.toml b/pyproject.toml index 81ce1bd..3889fe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,3 +14,7 @@ test-command = "pytest {project}/tests" [tool.cibuildwheel.macos] archs = ["x86_64", "universal2", "arm64"] + +[tool.cibuildwheel.windows] +archs = ["x86", "AMD64", "ARM64"] +test-skip = ["*-win_arm64"] \ No newline at end of file