8000 Merge pull request #21420 from QuLogic/enable-all-py310-wheels · matplotlib/matplotlib@f4d83d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4d83d0

Browse files
authored
Merge pull request #21420 from QuLogic/enable-all-py310-wheels
Enable Python 3.10 wheel building on all systems
2 parents bc85ec2 + 49a607d commit f4d83d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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)
0