We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8a2be commit aa0ba44Copy full SHA for aa0ba44
1 file changed
.github/workflows/build-wheels.yml
@@ -18,15 +18,13 @@ jobs:
18
- uses: actions/checkout@v2
19
20
- name: Build wheels
21
- uses: pypa/cibuildwheel@v2.1.1
+ uses: pypa/cibuildwheel@v2.3.0
22
env:
23
# From rio-color here:
24
# https://github.com/mapbox/rio-color/blob/0ab59ad8e2db99ad1d0c8bd8c2e4cf8d0c3114cf/appveyor.yml#L3
25
- # Skip Python 3.10 until officially released, as numpy wheels aren't yet
26
- # available
27
- CIBW_SKIP: "cp2* cp35* cp310* pp* *-win32 *-manylinux_i686"
+ CIBW_SKIP: "cp2* cp35* pp* *-win32 *-manylinux_i686"
28
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
29
- CIBW_BEFORE_BUILD: python -m pip install numpy Cython
+ CIBW_BEFORE_BUILD: python -m pip install oldest-supported-numpy Cython
30
31
- uses: actions/upload-artifact@v2
32
with:
0 commit comments