Skip to content

Commit 38412a6

Browse files
authored
Remove outdated aarch64 musl note (#16385)
We now build aarch64 musl Python distributions. I've also removed the rye mention since it's now officially deprecated.
1 parent 2fc5fe2 commit 38412a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/concepts/python-versions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ As Python does not publish official distributable CPython binaries, uv instead u
444444
distributions from the Astral
445445
[`python-build-standalone`](https://github.com/astral-sh/python-build-standalone) project.
446446
`python-build-standalone` is also is used in many other Python projects, like
447-
[Rye](https://github.com/astral-sh/rye), [Mise](https://mise.jdx.dev/lang/python.html), and
447+
[Mise](https://mise.jdx.dev/lang/python.html) and
448448
[bazelbuild/rules_python](https://github.com/bazelbuild/rules_python).
449449

450450
The uv Python distributions are self-contained, highly-portable, and performant. While Python can be
@@ -453,8 +453,7 @@ creating optimized, performant builds (e.g., with PGO and LTO enabled) is very s
453453

454454
These distributions have some behavior quirks, generally as a consequence of portability; see the
455455
[`python-build-standalone` quirks](https://gregoryszorc.com/docs/python-build-standalone/main/quirks.html)
456-
documentation for details. Additionally, some platforms may not be supported (e.g., distributions
457-
are not yet available for musl Linux on ARM).
456+
documentation for details.
458457

459458
### PyPy distributions
460459

0 commit comments

Comments
 (0)