Disable wheel builds on old pypy versions as well (#569)

This commit is contained in:
J. Nick Koston 2023-10-12 09:15:54 -10:00 committed by GitHub
parent 749c2d0007
commit abc9bb04e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: cp36-* cp37-* cp38-*
CIBW_SKIP: cp36-* cp37-* cp38-* pp36-* pp37-* pp38-*
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_BUILD_VERBOSITY: 3
REQUIRE_CYTHON: 1