We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3559e commit e39e05bCopy full SHA for e39e05b
.github/workflows/build_wheels.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Build wheels
82
env:
83
- CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl*" # remove pypy on mac and win (wrong version)
+ CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl* cp36*" # remove pypy on mac and win (wrong version)
84
CIBW_BEFORE_BUILD: "pip install numpy cython"
85
CIBW_ARCHS_LINUX: auto aarch64 # force aarch64 with QEMU
86
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
0 commit comments