From 70878b94dff7ef3c2d0b84d5d375a93f64d6fc1b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 3 May 2025 13:34:57 -0400 Subject: [PATCH] use 3.13t to demonstrate alternative free-threaded python install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d857d60..a875426 100644 --- a/README.md +++ b/README.md @@ -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: