Skip to content

Commit ce912a5

Browse files
Bump CPython 3.13.5 → 3.13.6
1 parent e892326 commit ce912a5

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
@@ -138,10 +138,10 @@ FROM build_cpython AS build_cpython312
138138
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.12.11
139139

140140
FROM build_cpython AS build_cpython313
141-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.5
141+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.6
142142

143143
FROM build_cpython AS build_cpython313_nogil
144-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.5 nogil
144+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.6 nogil
145145

146146
FROM build_cpython AS build_cpython314
147147
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0rc1

0 commit comments

Comments
 (0)