From 2cf9f2ace3f5a61542e4c049e0d52f99a5725c0f Mon Sep 17 00:00:00 2001 From: Paul Linnerud Date: Mon, 15 Dec 2025 16:44:49 -0800 Subject: [PATCH] add arm for windows --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) 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