This is such an end of an era that fresh Python programmers can’t even fathom.

PyPy used to be our hope! No major Python conference that didn’t suggest that they’re gonna fix the GIL and make time go backwards. And yeah, it’s really fast! I suspect the money-backed focus on performance in CPython combined with the compat paper cuts PyPy always came with has sealed its fate. I‘ve watched its decline over the years so I’m not surprised, but damn.

https://github.com/numpy/numpy/issues/30416

@hynek, for me it was always a fun project that tested whether packages aren't relying too deeply on CPython internals. It also helped to find a fair number of bugs in pure Python fallbacks of CPython stdlib that aren't normally used at all.

@mgorny @hynek yeah damn, and with CPython being renamed to RustPython and ensloppified…

MicroPython perhaps?

@mirabilos @mgorny @hynek What am I missing? The last PyPy release seems to be 2 days old https://pypy.org/posts/2026/03/pypy-v7320-release.html
PyPy v7.3.21 release

PyPy v7.3.21: release of python 2.7, 3.11 The PyPy team is proud to release version 7.3.21 of PyPy after the previous release on July 4, 2025. This is a bug-fix release that also updates to Python 3.1

PyPy
@kabel42 @mgorny @hynek PyPy implementing Python 3.11 only, which scientific-python extensions were actively recommended to drop last quarter (one early, their recommendation generator skips the last partial quarter of support).