diff --git a/pyproject.toml b/pyproject.toml index 7a938679f..b17e44da9 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-* *win-arm*" test-skip = "" archs = ["native"]