File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - release
1313 - build
1414env :
15- CIBW_SKIP : ' cp36-* cp37-* cp38-* pp37-*'
15+ CIBW_SKIP : ' cp36-* cp37-* cp38-* pp37-* pp38-* '
1616
1717jobs :
1818 build_x86_manylinux_wheels :
1919 name : Build x86 manylinux wheels on Linux
2020 runs-on : ubuntu-latest
2121 env :
22- CIBW_SKIP : ' cp36-* cp37-* pp37-* pp38-* *-musllinux*'
22+ CIBW_SKIP : ' cp36-* cp37-* cp38-* pp37-* pp38-* *-musllinux*'
2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Build wheels
3333 name : Build x86 musllinux wheels on Linux
3434 runs-on : ubuntu-latest
3535 env :
36- CIBW_SKIP : ' cp36-* cp37-* pp37-* pp38-* *-manylinux*'
36+ CIBW_SKIP : ' cp36-* cp37-* cp38-* pp37-* pp38-* *-manylinux*'
3737 steps :
3838 - uses : actions/checkout@v4
3939 - name : Build wheels
4848 runs-on : ubuntu-latest
4949 env :
5050 CIBW_ARCHS_LINUX : aarch64
51- CIBW_SKIP : ' cp36-* cp37-* pp* *-musllinux*'
51+ CIBW_SKIP : ' cp36-* cp37-* cp38-* pp* *-musllinux*'
5252 steps :
5353 - uses : actions/checkout@v4
5454 - name : Set up QEMU
6767 runs-on : ubuntu-latest
6868 env :
6969 CIBW_ARCHS_LINUX : aarch64
70- CIBW_SKIP : ' cp36-* cp37-* pp* *-manylinux*'
70+ CIBW_SKIP : ' cp36-* cp37-* cp38-* pp* *-manylinux*'
7171 steps :
7272 - uses : actions/checkout@v4
7373 - name : Set up QEMU
You can’t perform that action at this time.
0 commit comments