-
Notifications
You must be signed in to change notification settings - Fork 239
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 PyPy to 7.3.15 #1736
Comments
I thought we bumped this right before release? Maybe just manylinux lagged? (Not by computer at moment) |
Ahh, no, date on manylinux is too old. #1737 should fix. |
Thanks. |
@joerick this doesn’t seem to show PyPy version: https://manylinuxinspector.joerick.me/#/ (Unless I’m missing it, on my phone) |
I guess #1728 was meant to update to pypy7.3.15, maybe I am mistaken in opening this issue. |
It was meant to, but it didn’t have the proper manylinux bump. It’s not as obvious, but I found the PyPy version (PyPy 7.3.15) in the updated images. |
It's out! |
Description
PyPy was updated for the 2.6.13 release to 7.3.14, which fixed one bug but added another. Please update for the next cibuildwheel release. The new bug is pypy/pypy#4816, which broke ABI compatibility, so wheels with c-extensions built with 7.3.14 will hit an incompatibility when using the buffer protocol when mixed with c-extensions built with other versions.
Sorry for the mess.
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: