You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-09-16 17:54:05 +07:00
Remove support for syntax like '3.14.0a1'
This commit is contained in:
@ -77,7 +77,7 @@ steps:
|
||||
- run: python my_script.py
|
||||
```
|
||||
|
||||
You can specify the [free threading](https://docs.python.org/3/howto/free-threading-python.html) version of Python by setting the `freethreaded` input to `true` or by using the special **t** suffix in some cases. Pre-release free threading versions can be specified like `3.14.0a3t` or `3.14t-dev`.
|
||||
You can specify the [free threading](https://docs.python.org/3/howto/free-threading-python.html) version of Python by setting the `freethreaded` input to `true` or by using the special **t** suffix in some cases. Pre-release free threading versions can be specified like `3.14t-dev`.
|
||||
Free threaded Python is only available starting with the 3.13 release.
|
||||
|
||||
```yaml
|
||||
|
Reference in New Issue
Block a user