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",