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 338da09

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ 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 &&

0 commit comments

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