use 3.13t to demonstrate alternative free-threaded python install

This commit is contained in:
Nick Sweeting 2025-05-03 13:34:57 -04:00 committed by GitHub
parent d0562e7099
commit 70878b94df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: