From f7a84f017ec800f77c8f110f10a1c118b4c4a59a Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Thu, 19 Oct 2023 07:54:52 +1100 Subject: [PATCH] Remove exotic platforms with no numpy wheels --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index baf0dc6..4ee3ed3 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -9,7 +9,7 @@ on: env: CIBW_ARCHS_MACOS: x86_64 arm64 - CIBW_SKIP: pp* + CIBW_SKIP: cp36-* cp37-* pp* *i686 jobs: build_wheels: