Sources
PyPy 8.0.0 adds limited-ABI support so cp312-abi3 wheels work, and drops HPy
Released Sept 19, PyPy v8.0.0 ships PyPy2.7, PyPy3.11 (the last release for 3.11) and a beta-quality PyPy3.12. The notable change for anyone shipping C extensions is a new C layer model that hides PyPy's ob_pypy_link field before handing pointers to extension modules, which makes cp312-abi3 wheels built for CPython 3.12+ work. The internal HPy backend was dropped for lack of ecosystem adoption, and the RPython compiler now uses computed gotos and more aggressive inlining, though the release notes admit the performance gains were modest and publish no numbers.
Source
↳ Follow the thread