Skip to content

Commit

Permalink
Remove extra cpython versions from arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Jan 26, 2024
1 parent f590c72 commit 6506a0f
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 @@ -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",
Expand Down

0 comments on commit 6506a0f

Please sign in to comment.