fix: wheel build exclude for pp37 (#285)

This commit is contained in:
J. Nick Koston 2024-06-26 08:15:04 +02:00 committed by GitHub
parent 3660b7cb71
commit c44eb2cabd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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