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 facd461

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

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ 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 }}
116116
PIP_USE_FEATURE: in-tree-build
117-
if: false && matrix.cibw_archs != 'aarch64'
117+
if: matrix.cibw_archs != 'aarch64'
118118

119119
- name: Validate that LICENSE files are included in wheels
120120
run: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.