From e7d1c3a30dd54c8a1d7d7af7b20f975c0fbe1966 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 17 Nov 2025 14:41:17 +0100 Subject: [PATCH] Windows arm needs to be disabled at the ci level, so remove this skip selector --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a70b3d10b..8d7f6eb5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] build = "*" -skip = "cp39* *-win32 *i686* cp3??t-* *-win_arm64" +skip = "cp39* *-win32 *i686* cp3??t-*" test-skip = "" archs = ["native"]