Warn about PyPy being unmaintained

Published: (March 7, 2026 at 08:35 PM EST)
3 min read

Source: Hacker News

Update

@konstin

It seems that PyPy is not being actively developed anymore and is phased out even by NumPy (numpy/numpy#30416).
There’s no official statement from the project, but the NumPy issue is from a PyPy developer.
I added a warning to avoid users assuming PyPy is a properly supported and developed Python distribution.


Commit

@konstin
added the documentation – Improvements or additions to documentation

📅 Jan 21, 2026

Co‑authored‑by: Tomasz Kramkowski


Merge Activity

@konstin
@EliteTK


tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request.

📅 Jan 27, 2026

@tmeijn


Merge Request Summary

This MR contains the following updates:

PackageUpdateChange
astral‑sh/uvpatch0.9.260.9.27

MR created with the help of el‑capitano/tools/renovate‑bot.

Proposed changes to behavior should be submitted there as MRs.


Release Notes

astral‑sh/uv (astral‑sh/uv)

v0.9.27

Compare Source – Released on 2026‑01‑26.

Python

  • Upgrade Pyodide to 0.29.2 (#17652)
  • Upgrade to GraalPy 25.0.2 (#17634)

Enhancements

  • Add -t shortform for --target to uv pip subcommands (#17501)
  • Add support for ROCm 7.0 and 7.1 accelerator backends (#17681)
  • Further improve free‑threading ABI incompatibility errors (#17491)
  • Implement uv pip freeze --exclude flag (#17045)
  • Improve warnings for --system and --no‑system in uv venv (#17647)
  • Make uv pip compile attempt to download a specified --python-version if it can (#17249)
  • Support Trusted Publishing with pyx (#17438)
  • Fix JSON schema for exclude‑newer‑package (#17665)

Preview features

  • Better detection for conflicting packages (#17623)
  • Upgrade based on outdated build versions in uv python upgrade (#17653)

Bug fixes

  • Change Chocolatey system test to ensure uv uses the right Python (#17533)
  • Fix infinite loop when SSL_CERT_FILE is a directory (#17503)

Documentation

  • Add cargo‑xwin to the CONTRIBUTING guide (#17507)
  • Fix typo in the documentation of UV_PUBLISH_INDEX (#17672)
  • Move MSRV to platform support section (#17534)
  • Update the testing instructions in the CONTRIBUTING guide (#17528)
  • Use --locked to install cargo‑xwin in guide (#17530)
  • Warn about PyPy being unmaintained (#17643)
  • Docs: Correct gitlab-ci.yml to .gitlab-ci.yml (#17682)

Other changes

  • Update MSRV to 1.91 (#17677)

Configuration

  • Schedule: Branch creation – At any time (no schedule defined)
    Automerge – At any time (no schedule defined)

  • Automerge: Disabled by config. Please merge this manually once you are satisfied.

  • Rebasing: Whenever the MR becomes conflicted, or you tick the rebase/retry checkbox.

  • Ignore: Close this MR and you won’t be reminded about this update again.

  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

0 views
Back to Blog

Related posts

Read more »

'Warn about PyPy being unmaintained'

markdown !@konstinhttps://avatars.githubusercontent.com/u/6826232?s=40&v=4 It seems that PyPy is not being actively developed anymore and is phased out even by...