Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c55728

Browse filesBrowse files
committed
Enable wheels for PyPy 3.9
1 parent abd2f6c commit 0c55728
Copy full SHA for 0c55728

File tree

1 file changed

+2
-3
lines changed
Filter options

1 file changed

+2
-3
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+2-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.