We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f4457 commit 0780ddaCopy full SHA for 0780dda
.github/workflows/tests.yml
@@ -141,7 +141,7 @@ jobs:
141
if: matrix.variant == 'freethreaded'
142
run: |
143
set -euo pipefail
144
- TARGET=cpython-3.13.7+freethreaded-linux-x86_64-gnu
+ TARGET=cpython-3.14.0+freethreaded-linux-x86_64-gnu
145
uv python install "$TARGET"
146
PYTHON_BIN=$(uv python find "$TARGET")
147
echo "$(dirname "$PYTHON_BIN")" >> "$GITHUB_PATH"
0 commit comments