Skip to content

Commit 557737d

Browse files
Bump CPython 3.14.0rc1 → 3.14.0rc2
1 parent 7d696b8 commit 557737d

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
@@ -144,10 +144,10 @@ FROM build_cpython AS build_cpython313_nogil
144144
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
147-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0rc1
147+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0rc2
148148

149149
FROM build_cpython AS build_cpython314_nogil
150-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0rc1 nogil
150+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://github.com/login/oauth 3.14.0rc2 nogil
151151

152152
FROM runtime_base
153153
COPY --from=build_tcl_tk /manylinux-rootfs /

0 commit comments

Comments
 (0)