Skip to content

Commit 73d4e9f

Browse files
authored
Merge pull request #251 from msto/ci/enable-pypy-wheels
ci: re-enable PyPy wheel builds
2 parents d634271 + 1cab52c commit 73d4e9f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
- name: Build wheels
217217
run: cibuildwheel --output-dir dist
218218
env:
219+
CIBW_ENABLE: "pypy"
219220
CIBW_SKIP: "*-win32 *-manylinux_i686 cp38-macosx_*arm64 cp39-macosx_*arm64" # Skip 32 bit and problematic mac builds.
220221
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
221222
CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }}

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Changelog
88
.. that users understand how the changes affect the new version.
99
1010
11+
version 1.8.1-dev
12+
-----------------
13+
+ Restore PyPy wheel builds.
14+
1115
version 1.8.0
1216
-----------------
1317
+ Python 3.14 is supported.

0 commit comments

Comments
 (0)