Skip to content

Commit 6bb2530

Browse files
committed
Bump CPython 3.13.9 → 3.13.10
1 parent 31d0d7e commit 6bb2530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
192192
FROM build_cpython AS build_cpython313
193193
ARG MANYLINUX_DISABLE_CLANG_FOR_CPYTHON
194194
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
195-
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-cpython.sh thomas@python.org https://accounts.google.com 3.13.9
195+
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-cpython.sh thomas@python.org https://accounts.google.com 3.13.10
196196

197197
FROM build_cpython AS build_cpython313_nogil
198198
ARG MANYLINUX_DISABLE_CLANG_FOR_CPYTHON
199199
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
200-
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-cpython.sh thomas@python.org https://accounts.google.com 3.13.9 nogil
200+
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-cpython.sh thomas@python.org https://accounts.google.com 3.13.10 nogil
201201

202202
FROM build_cpython AS build_cpython314
203203
ARG MANYLINUX_DISABLE_CLANG_FOR_CPYTHON

0 commit comments

Comments
 (0)