Skip to content

Commit de50ba9

Browse files
authored
Merge pull request matplotlib#23643 from QuLogic/pypy39-wheels
Enable wheels for PyPy 3.8+
2 parents 9e6afd6 + 0c55728 commit de50ba9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,13 @@ jobs:
107107
- name: Build wheels for PyPy
108108
uses: pypa/cibuildwheel@v2.9.0
109109
env:
110-
CIBW_BUILD: "pp38-*"
110+
CIBW_BUILD: "pp38-* pp39-*"
111111
CIBW_SKIP: "*-musllinux*"
112112
CIBW_BEFORE_BUILD: >-
113113
pip install certifi oldest-supported-numpy &&
114114
git clean -fxd build
115115
CIBW_ARCHS: ${{ matrix.cibw_archs }}
116-
PIP_USE_FEATURE: in-tree-build
117-
if: false && matrix.cibw_archs != 'aarch64'
116+
if: matrix.cibw_archs != 'aarch64'
118117

119118
- name: Validate that LICENSE files are included in wheels
120119
run: |

0 commit comments

Comments
 (0)