Skip to content

Commit d823206

Browse files
committed
Add free threading python to CI image
1 parent 6ed405b commit d823206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/containers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN mv "${HOME}/.local/bin/python3.11" "${HOME}/.local/bin/pypy3.11" && \
115115
mv "${HOME}/.local/bin/python3.10" "${HOME}/.local/bin/pypy3.10"
116116

117117
# Install CPython versions
118-
RUN uv python install -f cp3.14 cp3.13 cp3.12 cp3.11 cp3.10 cp3.9 cp3.8
118+
RUN uv python install -f cp3.14 cp3.14t cp3.13 cp3.12 cp3.11 cp3.10 cp3.9 cp3.8
119119

120120
# Set default Python version to CPython 3.13
121121
RUN uv python install -f --default cp3.13

0 commit comments

Comments
 (0)