From 2befc447b2534b00b856646c14abb694cc1c70f2 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Tue, 19 Oct 2021 12:11:17 -0400 Subject: [PATCH] don't build for arm mac gcc doesn't support and I can't figure out clang + openmp right now --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6aa069..c29e564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" skip = ["*-win32", "*-manylinux_i686", "pp*", "*musllinux*"] [tool.cibuildwheel.macos] -archs = ["x86_64", "arm64"] +archs = ["x86_64"] [tool.isort] profile = "black"