summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2021-12-27 14:06:07 +0100
committerGitHub <noreply@github.com>2021-12-27 14:06:07 +0100
commite39e05b66a0f2089aa8ebcbf44a14b8d311cbbee (patch)
treeff67331866cd7eeaffee51504923e055c2c5eac4
parentac3559e75438dbf8ff4928bac51319d7de1d5e34 (diff)
[MRG] Remove Python3.6 from wheels (#327)
* remove wheel 3.6
-rw-r--r--.github/workflows/build_wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index a935a5e..b58e7b3 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -80,7 +80,7 @@ jobs:
- name: Build wheels
env:
- 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)
CIBW_BEFORE_BUILD: "pip install numpy cython"
CIBW_ARCHS_LINUX: auto aarch64 # force aarch64 with QEMU
CIBW_ARCHS_MACOS: x86_64 universal2 arm64