Skip to content

Commit

Permalink
Bump CPython 3.13.0a2 → 3.13.0a6
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed May 7, 2024
1 parent cbadb7b commit 4245aaa
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 @@ -142,11 +142,11 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.12.3

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.0a2
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0a6

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.0a2 nogil
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0a6 nogil

FROM build_cpython AS all_cpython
COPY build_scripts/finalize-python.sh /build_scripts/
Expand Down

0 comments on commit 4245aaa

Please sign in to comment.