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