Towards PyPy3.11 - an update
Briefly

We are steadily working towards a Python 3.11 interpreter, which will be part of the upcoming PyPy 7.3.18 release, and we hope to have a beta version soon.
As of today, our milestone stands at 24/40 issues closed, with 16 still open. We've also made significant infrastructure updates, including nightly tests.
Tracking down problems in the implementation has taken time; we are currently down to around 250 failing stdlib tests, a vast improvement from previous versions.
PyPy supports the Python C-API via a cpyext compatibility layer, meaning that modules built for CPython will not load into PyPy due to ABI differences.
Read at PyPy
[
|
]