-
I'm building a package, and I want to include a precompiled wheel for PyPy, but it's my understanding that If my understanding's correct, and the so-called I saw in this pretty old thread that the If so, what should I tag that wheel as? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If my understanding's incorrect, and PyPy is "actually supposed to" support ABI3 wheels, then I instead ask for suggestions on operating |
Beta Was this translation helpful? Give feedback.
-
PyPy does not support the abi3 standard and cannot import abi3 wheels. See #3397 for discussions about this: the conclusion was we need our own stable standard. Issue #2617 explores the idea of having a shim to support the CPython C-API, but we would need to be very careful where the header files use macros. Eventually we hope the HPy project will provide the answer for wheels that support any version and any implementation of python. |
Beta Was this translation helpful? Give feedback.
No. One wheel per platform + pypy version