-
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
feat: pypy 3.8 & pip 21.3 #881
Conversation
Ohh, looks like PyPy is out. Manylinux in general is still stalled by travis issues pypa/manylinux#1207 and there's also an addition of the PyPy update in pypa/manylinux#1210. We'll need to add support for PyPy3.8 when updating PyPy. @YannickJadoul would you be interested in tackling the PyPy update (no rush until it lands in manylinux). |
There's a bin prefix warning, but I think the main issue here is that the "python" shortcut we create (IIRC) is now included in PyPy proper. |
PS: I don't think we should merge this until manylinux adds pip 21.3 and pypy 7.3.6, since we should ideally be somewhat constant across all platforms, and those are two big changes. |
ae8da2a
to
e5ce9ed
Compare
PyPy 7.3.7 is out with fixes, but manylinux is still a bit stuck. I've done what I can, but someone needs to add GHA credentials for the ppc64le upload, or travis needs to fix their issues so it can move back there. Might be stuck until @mayeut returns. |
e5ce9ed
to
8d1b8a3
Compare
I think @mayeut will be back next week. Manylinux still needs authentication update to upload ppc from GHA. |
8d1b8a3
to
0824767
Compare
0824767
to
1f19f4b
Compare
3fa9b24
to
060251e
Compare
This will get wiped next automated update, so would like to get it in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks @henryiii
Apologies for the delay in reviewing, been busy at work and with other projects so am a bit behind on my notifications. Let me know if we need a release soon and I can sort that. |
Update the versions of our dependencies.
PR generated by "Update dependencies" workflow.
Adds pip 21.3 and PyPy 7.3.7, along with pypy3.8. Updated the build identifier docs with two missing PyPy identifiers.
Closes #742