Skip to content

Commit e39e05b

Browse files
authored
[MRG] Remove Python3.6 from wheels (#327)
* remove wheel 3.6
1 parent ac3559e commit e39e05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Build wheels
8282
env:
83-
CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl*" # remove pypy on mac and win (wrong version)
83+
CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl* cp36*" # remove pypy on mac and win (wrong version)
8484
CIBW_BEFORE_BUILD: "pip install numpy cython"
8585
CIBW_ARCHS_LINUX: auto aarch64 # force aarch64 with QEMU
8686
CIBW_ARCHS_MACOS: x86_64 universal2 arm64

0 commit comments

Comments
 (0)