-
Notifications
You must be signed in to change notification settings - Fork 262
Update to PyPy 7.3.3 #460
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 to PyPy 7.3.3 #460
Conversation
The windows sysconfig.py install scheme changed from bin/pypy*exe to Scripts/pypy*exe to bring PyPy into line with CPython, but I guess you don't make |
We do, actually, to run the tests of a package. I recall something about symlinks, but let me check. On another note: in our example CI configurations, we have a line |
🤷 We did fix some things around macOSx building, maybe try it out if it is not too painful? |
We had a workaround (symlinking Any further pointers on what has changed now, or why we didn't have issues with this? At first glance, I don't see a lot of other "workarounds" left, needed to plug in PyPy instead of CPython :-) |
This release is meant to be a cleanup and tweaks for the C-API for various packages, there should be no breaking changes. |
@mattip, Travis CI just passed on macOS, running 10.13 (https://travis-ci.org/github/joerick/cibuildwheel/jobs/743064327#L17), and CircleCI is also passing, so that does seem to be fixed, as well :-) |
21d56fd
to
3733524
Compare
Hurray, 7.3.3 was released. Waiting for pypy/manylinux#11 to be merged, before reverting |
Ready! :-) |
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.
LGTM!
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.
LGTM, too!
Hurray. Thanks, both! Let's merge this, then! |
The first release candidate for PyPy 7.3.3 has been released. Preparing for a hopefully painless update :-)
CC @mattip, if interested in our tests.