-
Notifications
You must be signed in to change notification settings - Fork 263
PyPy support #143
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
Comments
Hmmm, only now noticed this is for the |
Oooh, that looks great! Yes that feels like a logical step for |
cpython c-api isn't the only thing to compile. there's cffi too. |
Definitely! And even more advisable for PyPy, as far as I know. Either way, I think |
Oh yes, cffi vs c-api shouldn't really matter to cibuildwheel I don't think. I was just mentioning the other sort of project that needs binary wheels. Anyways, I would tend towards adding it to the defaults. I think encouraging more PyPy awareness and support is a good thing. |
@altendky Thanks! Ah, no, wait. What's the difference with https://github.com/pypy/manylinux? |
Uh oh!
There was an error while loading. Please reload this page.
Are we interested in building PyPy wheels with
cibuildwheel
, @joerick and @mayeut? I would be. Apparently, PyPy now also offers manylinux images with PyPy executables.I'm happy to look into this, if agreed this would be a useful addition to
cibuildwheel
. It shouldn't even be a huge effort, I'd guess. But then should also maybe have a think about whether to make this an opt-in feature, and how?The text was updated successfully, but these errors were encountered: