Skip to content

Commit

Permalink
Skip pypy on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Nov 16, 2023
1 parent 3e49a59 commit 1cd63e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1cd63e2

Please sign in to comment.