We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ad0d2 commit 6e59f5bCopy full SHA for 6e59f5b
.github/workflows/build_wheels.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Build wheels
36
env:
37
- CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp36* cp*musl* *i686" # remove pypy on mac and win (wrong version)
+ CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp36* cp37* cp38* cp*musl* *i686" # remove pypy on mac and win (wrong version)
38
run: |
39
python -m cibuildwheel --output-dir wheelhouse
40
0 commit comments