Skip to content

Commit

Permalink
pyproject.toml (tool.cibuildwheel): Do not build 3.12 i686 wheel beca…
Browse files Browse the repository at this point in the history
…use there is no numpy wheel
  • Loading branch information
mkoeppe committed Oct 21, 2023
1 parent d829fa4 commit 75feb86
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 @@ -24,4 +24,4 @@ before-all = """
eval ./coinbrew build Cbc@2.10.10 --no-third-party --parallel-jobs 16 --prefix=$(pwd)/local --verbosity 4 $config_args || echo ignoring errors
"""
environment = { PATH="$(pwd)/local/bin:$PATH", LD_LIBRARY_PATH="$(pwd)/local/lib:$LD_LIBRARY_PATH", PKG_CONFIG_PATH="$(pwd)/local/lib/pkgconfig:$PKG_CONFIG_PATH" }
skip = ["pp*-macosx*", "*-musllinux*", "pp31*-*", "pp*-*i686"]
skip = ["pp*-macosx*", "*-musllinux*", "pp31*-*", "pp*-*i686", "cp312-*i686"]

0 comments on commit 75feb86

Please sign in to comment.