diff --git a/pyproject.toml b/pyproject.toml index 4e0577146..67b929b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI [tool.cibuildwheel.windows] -skip="cp36-* cp37-* cp312-*" +skip="pp* cp36-* cp37-* cp312-*" before-all = [ "choco install 7zip wget", "wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-windows.zip -O scip.zip",