Live data from Hacker News

Warn about PyPy being unmaintained

github.com

1–10 of 181 posts

Re: Warn about PyPy being unmaintained

#4
If anyone else is also barely aware and confused by the similar names, PyPI is the Python Package Index, which is up and maintained. PyPy is "A fast, compliant alternative implementation of Python." which doesn't have enough devs to release a version for 3.12[0].

[0]: https://github.com/orgs/pypy/discussions/5145

Re: Warn about PyPy being unmaintained

#7
post #2

Somewhat interesting that "volunteer project no longer under active development" got changed to "unmaintained".

For context, they have 2 to 4 commits per month since October [1]. The last release was July 2025 [2].

[1]: https://github.com/pypy/pypy/commits/main/

[2]: https://github.com/pypy/pypy/tags

Re: Warn about PyPy being unmaintained

#8
post #2

Somewhat interesting that "volunteer project no longer under active development" got changed to "unmaintained".

What euphemism do you prefer then...

Undermaintained might be more suited since it does have life but doesn't appear commercially healthy nor apparently relevant to other communities.

Re: Warn about PyPy being unmaintained

#9

If anyone else is also barely aware and confused by the similar names, PyPI is the Python Package Index, which is up and maintained. PyPy is "A fast, compliant alternative implementation of Python." which doesn't have enough devs to release a version for 3.12[0]. [0]: https://github.com/orgs/pypy/discussions/5145

Thanks. I knew this already but keep forgetting and getting confused

Re: Warn about PyPy being unmaintained

#10

If anyone else is also barely aware and confused by the similar names, PyPI is the Python Package Index, which is up and maintained. PyPy is "A fast, compliant alternative implementation of Python." which doesn't have enough devs to release a version for 3.12[0]. [0]: https://github.com/orgs/pypy/discussions/5145

Thanks, I also saw this as PyPI and was confused, lol
Post reply on HN