Skip to content

Commit 0780dda

Browse files
committed
Move to newer python for free threading
1 parent 68f4457 commit 0780dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
if: matrix.variant == 'freethreaded'
142142
run: |
143143
set -euo pipefail
144-
TARGET=cpython-3.13.7+freethreaded-linux-x86_64-gnu
144+
TARGET=cpython-3.14.0+freethreaded-linux-x86_64-gnu
145145
uv python install "$TARGET"
146146
PYTHON_BIN=$(uv python find "$TARGET")
147147
echo "$(dirname "$PYTHON_BIN")" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)