Skip to content

PyPy wheels are pinned to v3.3, so pypy-based wheels for latest versions are not available #20637

@mattip

Description

@mattip

Bug report

Bug summary

In the cibuildwheel configuration there is a condition to pin PyPy wheels on 3.3

if: >
runner.os != 'Windows' && (
startsWith(github.ref, 'refs/heads/v3.3') ||
startsWith(github.ref, 'refs/tags/v3.3') )

Is that on purpose? I would be nice to have PyPy wheels for the latest versions

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions