Skip to content

Commit 2fc04c6

Browse files
Bump up to stable versions of Python 3.13 and 3.13t (#221)
1 parent 3e363a8 commit 2fc04c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get -y update \
2929
tk-dev \
3030
&& rm -rf /var/lib/apt/lists/*
3131

32-
RUN git clone -b v2.4.14 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
32+
RUN git clone -b v2.4.15 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
3333

3434
COPY --link scripts/build_python.sh /
3535

@@ -38,14 +38,14 @@ FROM builder-py-base as builder-py-3_12
3838
RUN /build_python.sh 3.12.7
3939
# ------------------------------------------------------------------------------
4040
FROM builder-py-base as builder-py-3_13
41-
RUN /build_python.sh 3.13.0rc3
41+
RUN /build_python.sh 3.13.0
4242
# ------------------------------------------------------------------------------
4343
FROM builder-py-base as builder-py-3_13t
4444
# Building with all 3 of the options below causes tests to fail.
4545
# Removing just the first means the image is a bit bigger, but we keep optimisations
4646
# --disable-test-modules --enable-optimizations --with-lto
4747
ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip'
48-
RUN /build_python.sh 3.13.0rc3t
48+
RUN /build_python.sh 3.13.0t
4949
# ------------------------------------------------------------------------------
5050
FROM python:3.12-slim-bookworm as base
5151

0 commit comments

Comments
 (0)