From ec354fc79f56f641e5cf38ddfa525a4f47eef643 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 18 Jul 2024 13:20:29 -0400 Subject: [PATCH] docs: install: mention containers with python3.13t (#41) --- docs/installing_cpython.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/installing_cpython.md b/docs/installing_cpython.md index 75e9bdd..0d5b507 100644 --- a/docs/installing_cpython.md +++ b/docs/installing_cpython.md @@ -79,6 +79,22 @@ conda create -n nogil -c defaults -c ad-testing/label/py313_nogil python=3.13 ``` +## Containers + +The [manylinux containers](https://github.com/pypa/manylinux) have free-threaded +builds. You can use any of the actively supported images: + +* `quay.io/pypa/manylinux2014_...` +* `quay.io/pypa/manylinux_2_28_...` +* `quay.io/pypa/musllinux_1_1_...` +* `quay.io/pypa/musllinux_1_2_...` + +Replace `...` with your desired architecture, such as `x86_64` or `aarch64`. + +These images have `python3.13t` available, along with other commonly used tools +that can target it like the latest `pip`, `pipx`, and `uv`. + + ## Building from source Currently we suggest building CPython from source using the latest version of