From acb2021e11cf8b560943f487cefa0287ecb061c8 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 18 Mar 2026 07:51:24 -0500 Subject: [PATCH] Adjust the PyPy note --- docs/concepts/python-versions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/concepts/python-versions.md b/docs/concepts/python-versions.md index 4a7721c4aacc7..37f21620841f9 100644 --- a/docs/concepts/python-versions.md +++ b/docs/concepts/python-versions.md @@ -463,8 +463,7 @@ documentation for details. !!! note - PyPy is [not actively developed anymore](https://github.com/numpy/numpy/issues/30416) and - only supports Python versions up to 3.11 + PyPy versions lag behind CPython and currently only supports Python versions up to 3.11 PyPy distributions are provided by the [PyPy project](https://pypy.org).