diff options
author | 2025-07-30 10:40:29 +0100 | |
---|---|---|
committer | 2025-07-30 10:40:29 +0100 | |
commit | 35943c087613198aac358e011732c351ad1385e6 (patch) | |
tree | ad5b580ab06568bfe77450fb9198feb9c4ec554f | |
parent | Upgrade Python within snadbox to latest 3.13 & 3.14 versions (diff) |
Add comment to explain why 3.13t can't be bumped yet
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |