Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
Bug report
Bug summary
In the cibuildwheel configuration there is a condition to pin PyPy wheels on 3.3
matplotlib/.github/workflows/cibuildwheel.yml
Lines 96 to 100 in14b34fd
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