Skip to content

Commit 698b64e

Browse files
Bump CPython 3.13.2 → 3.13.3
1 parent 77288d6 commit 698b64e

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

150150
FROM build_cpython AS build_cpython313
151-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.2
151+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.3
152152

153153
FROM build_cpython AS build_cpython313_nogil
154-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.2 nogil
154+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh [email protected] https://accounts.google.com 3.13.3 nogil
155155

156156

157157
FROM runtime_base

0 commit comments

Comments
 (0)