Skip to content

Commit 99477be

Browse files
authored
Update build_wheels_weekly.yml (#740)
1 parent 6ab4ff7 commit 99477be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build wheels
4141
env:
42-
CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl* cp36* *i686" # remove pypy on mac and win (wrong version)
42+
CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl* cp36* cp37* cp38* *i686" # remove pypy on mac and win (wrong version)
4343
CIBW_ARCHS_LINUX: auto aarch64 # force aarch64 with QEMU
4444
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
4545
run: |

0 commit comments

Comments
 (0)