Document support for free-threaded and debug Python versions (#15961)

Closes #12707

---------

Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com>
This commit is contained in:
Zanie Blue
2025-09-22 08:59:40 -05:00
committed by GitHub
parent e9987b3b57
commit 0edc5677ad
4 changed files with 41 additions and 1 deletions
+2
View File
@@ -3279,6 +3279,8 @@ The following Python version request formats are supported:
- `<version>` e.g. `3`, `3.12`, `3.12.3`
- `<version-specifier>` e.g. `>=3.12,<3.13`
- `<version><short-variant>` (e.g., `3.13t`, `3.12.0d`)
- `<version>+<variant>` (e.g., `3.13+freethreaded`, `3.12.0+debug`)
- `<implementation>` e.g. `cpython` or `cp`
- `<implementation>@<version>` e.g. `cpython@3.12`
- `<implementation><version>` e.g. `cpython3.12` or `cp312`