-
Notifications
You must be signed in to change notification settings - Fork 244
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
feature: add PyPy 3.9 #1031
feature: add PyPy 3.9 #1031
Conversation
Thanks! |
This looks like it is trying to test pypy on manylinux 2010, is that still supported? And I see:
(And I don's see why this failed, 3.8 shouldn't have changed) |
It's not supported anymore, the old versions are still installed on manylinux2010 but there's no PyPy 3.9. |
The changes to update to pypy3.7-v7.3.8 were made in #1027. Should I make a separate PR to back those out or can it be done as part of this PR? |
Reverting in #1035. By the way, I'm just starting trying to make build's test suite pass on Windows, and I noticed that the bug in |
I am not sure I follow. Which bug and how was it resolved? Is this part of the (lack of) good support for symlinks on PyPy windows? |
About winget, I commented on an open issue there. We have done 90% of the work to port the CPython installer to PyPy, which means there is only 80% left 😄. The process is layered on top of PyPy, so does not involve much actual PyPy-specific knowledge, rather the work needs someone who can deal with the minutia of windows to get it over the finish line. |
I think it was this one: https://bugs.python.org/issue38671 and it was backported to 3.8 and 3.9 from 3.10, so it might based on the stdlib patch version. |
if it was part of the stdlib, it should be part of PyPy. Can we move the discussion of |
I think it's this test: python/cpython#26184. |
(Back on topic) Unless manylinux releases a mixed pypy version image, I think we can't blend manylinux images based on PyPy versions. (A user can via overrides, actually, but not our defaults.) |
The plan in pypa/manylinux#1289 is to revert PyPy 3.7 to 7.3.7 and go on with 7.3.8 for PyPy 3.8 & 3.9 |
There are now 3 commits here:
|
it no longer supports 2010 image pypa/cibuildwheel#1031
fixes #1032