File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ jobs:
195195 ubuntu-24.04-arm,
196196 ubuntu-latest,
197197 windows-latest,
198- macos-13,
199198 macos-latest,
200199 ]
201200 qemu : [""]
@@ -316,8 +315,9 @@ jobs:
316315 uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
317316 # to supply options, put them in 'env', like:
318317 env :
319- CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38 -* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
318+ CIBW_SKIP : cp36-* cp37-* cp38-* cp39-* pp36-* pp37-* pp38-* pp39 -* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
320319 CIBW_BEFORE_ALL_LINUX : apt install -y gcc || yum install -y gcc || apk add gcc
320+ CIBW_ARCHS_MACOS : " x86_64 arm64"
321321 REQUIRE_CYTHON : 1
322322
323323 - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
You can’t perform that action at this time.
0 commit comments