Stop building wheels for python 3.9/3.10 (#620)

This commit is contained in:
J. Nick Koston 2023-11-08 16:38:07 -06:00 committed by GitHub
parent 51dff72cfe
commit 93675ff68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: cp36-* cp37-* cp38-* pp*
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp*
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_BUILD_VERBOSITY: 3
CIBW_ARCHS_LINUX: auto aarch64