From 6506a0f17b6e2b203f289d68d4243b49954ac071 Mon Sep 17 00:00:00 2001 From: Mark Turner <turner@zib.de> Date: Fri, 26 Jan 2024 15:31:14 +0100 Subject: [PATCH] Remove extra cpython versions from arm64 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39aace107..6d20efff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI [tool.cibuildwheel.macos] -skip="pp* cp312*" +skip="pp* cp36* cp37* cp38* cp38* cp39* cp310* cp312*" before-all = [ "brew install wget zlib gcc", "wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos.zip -O scip.zip",