-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update available pypy version in docker to v7.3.5 #757
Comments
Ahh, I see on master it is cibuildwheel/cibuildwheel/resources/pinned_docker_images.cfg Lines 13 to 16 in 5e6ffa9
So this is waiting on a new release of cibuildwheel? Is this also connected to #711? |
I'd say it's more connected to #743. 7.3.5 removed PyPy 3.6, so we made the update uniformly in master (as part of 2.0). 2.0 is planned for release by Friday, so if waiting is fine, then that's when it should drop. If not, there's nothing (known) wrong with Finally, the simplest fix till Friday might be for MPL to just pin a newer image for now. Those pins are easy to set for PyPy only (see #711). They should be able to do a newer pypywheels easily, and possibly a pypa/manylinux as long as they don't try to build pypy36. |
Yup, fantastic. Good luck with the release |
Over at matplotlib they are running into issues using
pp37-*
because it is using pypy3.7-v7.3.3 from the pypywheels/manylinux2010-pypy_x86_64:2020-12-11-f1e0e80 docker image. What is the process to update that to contain pypy3.7-v7.3.5?The text was updated successfully, but these errors were encountered: