From d99d49b1441aed10c3fddebb813e583f8a85b258 Mon Sep 17 00:00:00 2001 From: Matt Stone Date: Wed, 20 May 2026 15:54:34 -0400 Subject: [PATCH] Re-enable PyPy wheel builds --- .github/workflows/ci.yml | 1 + CHANGELOG.rst | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 955ca769..0425bb7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,6 +216,7 @@ jobs: - name: Build wheels run: cibuildwheel --output-dir dist env: + CIBW_ENABLE: "pypy" CIBW_SKIP: "*-win32 *-manylinux_i686 cp38-macosx_*arm64 cp39-macosx_*arm64" # Skip 32 bit and problematic mac builds. CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }} CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36e20a2d..b8471793 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,10 @@ Changelog .. that users understand how the changes affect the new version. +version 1.8.1-dev +----------------- ++ Restore PyPy wheel builds. + version 1.8.0 ----------------- + Python 3.14 is supported.