mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-06-15 20:01:12 +00:00
use 3.13t to demonstrate alternative free-threaded python install
This commit is contained in:
parent
d0562e7099
commit
70878b94df
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ This will override any python version specifications in `pyproject.toml` and `.p
|
|||
- name: Install the latest version of uv and set the python version to 3.13t
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
python-version: 3.13
|
||||
- run: uv pip install --python=3.13 pip
|
||||
python-version: 3.13t
|
||||
- run: uv pip install --python=3.13t pip
|
||||
```
|
||||
|
||||
You can combine this with a matrix to test multiple python versions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue