From 5147a04037f9f02561884cd8b5a014a40a921b9d Mon Sep 17 00:00:00 2001 From: Frank Harrison Date: Thu, 28 Nov 2024 21:06:29 +0000 Subject: [PATCH] chore(actions): do NOT build arm64 on python3.8 and earlier --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 296bbe3..628b988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,12 @@ maintainers = [ # tmap's developement in the future. # This may change, and probably should. build = "cp3*" -# Skip 32-bit builds, musl build, and pypy builds -skip = ["*-manylinux_i686", "*-musllinux_*", "pp*"] +# Skip +# - 32-bit builds +# - musl build +# - pypy builds +# - arm64 for build for python 3.8 and earlier +skip = ["*-manylinux_i686", "*-musllinux_*", "pp*", "cp3{6,7,8}-*-*arm64" ] [tool.cibuildwheel.linux] before-build = """\