Skip to content

Commit

Permalink
fix: wheel build exclude for pp37 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 26, 2024
1 parent 3660b7c commit c44eb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-* cp37-*
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-*
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_BUILD_VERBOSITY: 3
REQUIRE_CYTHON: 1
Expand Down

0 comments on commit c44eb2c

Please sign in to comment.