We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab4ff7 commit 99477beCopy full SHA for 99477be
.github/workflows/build_wheels_weekly.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Build wheels
41
env:
42
- CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl* cp36* *i686" # remove pypy on mac and win (wrong version)
+ CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl* cp36* cp37* cp38* *i686" # remove pypy on mac and win (wrong version)
43
CIBW_ARCHS_LINUX: auto aarch64 # force aarch64 with QEMU
44
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
45
run: |
0 commit comments