Skip to content

Commit 03db21e

Browse files
prevent 3.8 builds (#565)
1 parent c2bbfdb commit 03db21e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ on:
1212
- release
1313
- build
1414
env:
15-
CIBW_SKIP: 'cp36-* cp37-* cp38-* pp37-*'
15+
CIBW_SKIP: 'cp36-* cp37-* cp38-* pp37-* pp38-*'
1616

1717
jobs:
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
@@ -33,7 +33,7 @@ jobs:
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
@@ -48,7 +48,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)