We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a4cc2 commit 15f5211Copy full SHA for 15f5211
docker/Dockerfile
@@ -136,11 +136,11 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.12.7
136
137
FROM build_cpython AS build_cpython313
138
COPY build_scripts/cpython-pubkey-312-313.txt /build_scripts/cpython-pubkeys.txt
139
-RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0rc3
+RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0
140
141
FROM build_cpython AS build_cpython313_nogil
142
143
-RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0rc3 nogil
+RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.13.0 nogil
144
145
146
FROM runtime_base
0 commit comments