Skip to content

Commit 6c8f5a5

Browse files
authored
fix: skip wheel builds for eol python and older python with aarch64 (#1304)
1 parent 5500591 commit 6c8f5a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
uses: pypa/cibuildwheel@v2.16.2
157157
# to supply options, put them in 'env', like:
158158
env:
159-
CIBW_SKIP: cp36-*
159+
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 *p39-*_aarch64 *p310-*_aarch64
160160
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
161161
CIBW_ARCHS_LINUX: auto aarch64
162162
CIBW_BUILD_VERBOSITY: 3

0 commit comments

Comments
 (0)