File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
- name : Build wheels
38
38
env :
39
- CIBW_SKIP : " pp*-win* pp*-macosx* cp2* pp*" # remove pypy on mac and win (wrong version)
39
+ CIBW_SKIP : " pp*-win* pp*-macosx* cp2* pp* cp36* " # remove pypy on mac and win (wrong version)
40
40
CIBW_BEFORE_BUILD : " pip install numpy cython"
41
41
run : |
42
42
python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change 41
41
42
42
- name : Build wheels
43
43
env :
44
- CIBW_SKIP : " pp*-win* pp*-macosx* cp2* pp* cp*musl*" # remove pypy on mac and win (wrong version)
44
+ CIBW_SKIP : " pp*-win* pp*-macosx* cp2* pp* cp*musl* cp36* " # remove pypy on mac and win (wrong version)
45
45
CIBW_BEFORE_BUILD : " pip install numpy cython"
46
46
CIBW_ARCHS_LINUX : auto aarch64 # force aarch64 with QEMU
47
47
CIBW_ARCHS_MACOS : x86_64 universal2 arm64
You can’t perform that action at this time.
0 commit comments