Skip to content

Commit 35943c0

Browse files
committed
Add comment to explain why 3.13t can't be bumped yet
1 parent abe9d24 commit 35943c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ FROM builder-py-base AS builder-py-3_13
3838
RUN /build_python.sh 3.13.5
3939
# ------------------------------------------------------------------------------
4040
FROM builder-py-base AS builder-py-3_13t
41+
# This can't be bumped to latest until https://github.com/python/cpython/issues/135734 is resolved.
4142
RUN /build_python.sh 3.13.2t
4243
# ------------------------------------------------------------------------------
4344
FROM builder-py-base AS builder-py-3_14

0 commit comments

Comments
 (0)