Skip to content

DEP: Re-enable PyPy wheel builds #1515

@djhoese

Description

@djhoese

PyPy wheel builds were turned off in cibuildwheel 3+ by default. Most of them were already being skipped with:

CIBW_SKIP: "pp*-win* pp31*"

These skips were last modified from what I can tell in 2023. If someone needs PyPy builds and has the time then the following should be added/modified in the CI config (release.yaml):

CIBW_ENABLE: cpython-freethreading pypy

That is, add pypy to the optional features of cibuildwheel. Then builds can be tested and try to resolve any issues that arise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cicdCICD Relatedgithub_actionsPull requests that update GitHub Actions code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions