File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3636 uses : pypa/cibuildwheel@v2.16.5
3737 env :
3838 CIBW_ARCHS_LINUX : " x86_64"
39+ # We do not need to support Python 3.6–3.8, and we only need
40+ # manylinux for testing. PyPy isn't useful as this is a binary
41+ # extension.
3942 CIBW_SKIP : pp* cp36-* cp37-* cp38-* *-musllinux_*
4043
4144 - uses : actions/upload-artifact@v4
@@ -116,6 +119,9 @@ jobs:
116119 CIBW_ARCHS_WINDOWS : " AMD64 x86"
117120 # disable aarm64 build since its too slow to build(docker + qemu)
118121 CIBW_ARCHS_LINUX : " x86_64 i686"
122+ # We do not need to support Python 3.6–3.8, and the quick build
123+ # has already taken care of manylinux. PyPy isn't useful as this is
124+ # a binary extension.
119125 CIBW_SKIP : pp* cp36-* cp37-* cp38-* *-manylinux_x86_64
120126
121127 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments