Skip to content

Commit

Permalink
fix: skip wheel builds for eol python and older python with aarch64 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 9, 2023
1 parent 5500591 commit 6c8f5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -156,7 +156,7 @@ jobs:
uses: pypa/cibuildwheel@v2.16.2
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-*
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 *p39-*_aarch64 *p310-*_aarch64
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_ARCHS_LINUX: auto aarch64
CIBW_BUILD_VERBOSITY: 3
Expand Down

0 comments on commit 6c8f5a5

Please sign in to comment.