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 bf2b12f commit f4b28d1Copy full SHA for f4b28d1
.github/containers/Dockerfile
@@ -95,7 +95,7 @@ RUN echo 'eval "$(pyenv init -)"' >>${HOME}/.bashrc && \
95
pyenv update
96
97
# Install Python
98
-ARG PYTHON_VERSIONS="3.11 3.10 3.9 3.8 3.7 3.12 pypy3.10-7.3.15"
+ARG PYTHON_VERSIONS="3.12 3.11 3.10 3.9 3.8 3.7 3.13 pypy3.10-7.3.17"
99
COPY --chown=1000:1000 --chmod=+x ./install-python.sh /tmp/install-python.sh
100
RUN /tmp/install-python.sh && \
101
rm /tmp/install-python.sh
0 commit comments