From 35943c087613198aac358e011732c351ad1385e6 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 30 Jul 2025 10:40:29 +0100 Subject: Add comment to explain why 3.13t can't be bumped yet --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c08eb4b..dd7130a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ FROM builder-py-base AS builder-py-3_13 RUN /build_python.sh 3.13.5 # ------------------------------------------------------------------------------ FROM builder-py-base AS builder-py-3_13t +# This can't be bumped to latest until https://github.com/python/cpython/issues/135734 is resolved. RUN /build_python.sh 3.13.2t # ------------------------------------------------------------------------------ FROM builder-py-base AS builder-py-3_14 -- cgit v1.2.3