Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49a607d

Browse files
committed
Enable Python 3.10 wheel building on all systems
NumPy now has wheels out for all our supported architectures.
1 parent 9c77f6b commit 49a607d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,11 @@ jobs:
6464
- name: Build wheels for CPython 3.10
6565
run: |
6666
python -m cibuildwheel --output-dir dist
67-
if: matrix.os != 'macos-10.15'
6867
env:
6968
CIBW_BUILD: "cp310-*"
7069
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
7170
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
72-
CIBW_BEFORE_BUILD: pip install certifi numpy==1.21.2
71+
CIBW_BEFORE_BUILD: pip install certifi numpy==1.21.3
7372
MPL_DISABLE_FH4: "yes"
7473
CIBW_ARCHS: ${{ matrix.cibw_archs }}
7574

0 commit comments

Comments
 (0)