Skip to content

Commit

Permalink
docs: install: mention containers with python3.13t (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 18, 2024
1 parent 489d966 commit ec354fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/installing_cpython.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec354fc

Please sign in to comment.