File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 if : matrix.musl == ''
213213 # to supply options, put them in 'env', like:
214214 env :
215- CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64 *musllinux*
215+ CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*
216216 CIBW_BEFORE_ALL_LINUX : apt install -y gcc || yum install -y gcc || apk add gcc
217217 CIBW_ARCHS_LINUX : auto aarch64
218218 CIBW_BUILD_VERBOSITY : 3
@@ -223,7 +223,7 @@ jobs:
223223 if : matrix.musl == 'musllinux'
224224 # to supply options, put them in 'env', like:
225225 env :
226- CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64 * manylinux*
226+ CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *manylinux*
227227 CIBW_BEFORE_ALL_LINUX : apt install -y gcc || yum install -y gcc || apk add gcc
228228 CIBW_ARCHS_LINUX : auto aarch64
229229 CIBW_BUILD_VERBOSITY : 3
You can’t perform that action at this time.
0 commit comments