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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user