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 8459803 commit a9da83eCopy full SHA for a9da83e
Dockerfile
@@ -37,6 +37,9 @@ RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROO
37
&& /build_python.sh 3.12.0
38
# ------------------------------------------------------------------------------
39
FROM builder-py-base as builder-py-3_13
40
+# This is copied from line 23, removing --disable-test-modules as this is currently required for 3.13-dev
41
+# See https://github.com/python/cpython/pull/110530
42
+ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip'
43
RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
44
&& /build_python.sh 3.13-dev
45
0 commit comments