Skip to content

Commit

Permalink
Bump CPython 3.13.0rc3 → 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manylinux-bot[bot] authored Oct 7, 2024
1 parent 46a4cc2 commit 15f5211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.12.7

FROM build_cpython AS build_cpython313
COPY build_scripts/cpython-pubkey-312-313.txt /build_scripts/cpython-pubkeys.txt
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0rc3
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0

FROM build_cpython AS build_cpython313_nogil
COPY build_scripts/cpython-pubkey-312-313.txt /build_scripts/cpython-pubkeys.txt
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0rc3 nogil
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0 nogil


FROM runtime_base
Expand Down

0 comments on commit 15f5211

Please sign in to comment.