Skip to content

Commit 6e59f5b

Browse files
committed
remove older verison build wheels
1 parent c2ad0d2 commit 6e59f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Build wheels
3636
env:
37-
CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp36* cp*musl* *i686" # remove pypy on mac and win (wrong version)
37+
CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp36* cp37* cp38* cp*musl* *i686" # remove pypy on mac and win (wrong version)
3838
run: |
3939
python -m cibuildwheel --output-dir wheelhouse
4040

0 commit comments

Comments
 (0)