Skip to content

Commit 5568dd5

Browse files
committed
Dont build for python 3.8
1 parent 90d0b67 commit 5568dd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
submodules: true
5151

5252
- uses: pypa/cibuildwheel@v2.21
53+
env:
54+
CIBW_SKIP: "pp38-*"
5355

5456
- name: Upload wheels
5557
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)