Skip to content

Commit 5fe0344

Browse files
committed
Add comments
1 parent 39c39a6 commit 5fe0344

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
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

0 commit comments

Comments
 (0)