mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-19 07:21:44 +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
|
- name: Install the latest version of uv and set the python version to 3.13t
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
with:
|
with:
|
||||||
python-version: 3.13
|
python-version: 3.13t
|
||||||
- run: uv pip install --python=3.13 pip
|
- run: uv pip install --python=3.13t pip
|
||||||
```
|
```
|
||||||
|
|
||||||
You can combine this with a matrix to test multiple python versions:
|
You can combine this with a matrix to test multiple python versions:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue