-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Full PyPy support #115
Comments
Needs to run pypy_patch.py after builds until PyO3/maturin#312 is closed Cannot support Windows PyPy until PyO3/maturin#115 is closed
I got here from a failing build of pywinpty when rebuilding for PyPy3.7 and windows. The failure is Bottom line: The wheel name should end with Some additional comments:
|
maturin/src/python_interpreter.rs Line 369 in cb839bd
It comes from here. |
Got it thanks: that was changed for version 0.11.3, and the feedstock is pinning to <=0.9.1 |
All done. |
pyo3-pack gets basic pypy support from #105, while some things are still missing.
Manylinux
enum should get a default variant so we can disambiguate whether a user requestedmanylinux1
explicitly (i.e. we need to fail/skip pypy).python_Levenshtein-0.10.2-pp38-pypy38_pp73-win_amd64.whl
containsLevenshtein.pypy38-pp73-win_amd64.pyd
: https://paste.rs/ZAJSkip pypy wheels when uploadingSOABI
to determine the native extensions filename since that value isn't define on windows for both cpython andpypy.SOABI
is defined on windows for at least pypy 3.7 and later.The text was updated successfully, but these errors were encountered: