Skip to content

Commit

Permalink
Skip pp38-manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs authored Aug 18, 2024
1 parent 6e85367 commit 879913a
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 @@ -26,4 +26,4 @@ before-all = """
./coinbrew fetch [email protected] --no-third-party && eval ./coinbrew build Cbc --no-third-party --parallel-jobs 16 --prefix=$(pwd)/local --verbosity 4 $config_args || (cat build/Data/Sample/1.2.12/config.log; 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", CIBW_ARCHS="$CIBW_ARCHS" }
skip = ["pp*-macosx*", "*-musllinux*", "pp31*-*", "pp*-*i686", "pp39-manylinux*", "cp312-*i686", "cp313-*"]
skip = ["pp*-macosx*", "*-musllinux*", "pp31*-*", "pp*-*i686", "pp38-manylinux*", "pp39-manylinux*", "cp312-*i686", "cp313-*"]

0 comments on commit 879913a

Please sign in to comment.