From 7a5a6288e6409c2d56085e23c0c6c59a9f953a8d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 17 Nov 2025 17:51:50 +0100 Subject: [PATCH] Skip 3.10 windows arm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d2fc22c1..bcb8a68d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] build = "*" -skip = "cp38* cp39* cp3??t-*" +skip = "cp38* cp39* cp3??t-* *cp310-win_arm64" test-skip = "" archs = ["native"]