Skip to content

Commit f4b28d1

Browse files
committed
Upgrade Python versions
1 parent bf2b12f commit f4b28d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/containers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN echo 'eval "$(pyenv init -)"' >>${HOME}/.bashrc && \
9595
pyenv update
9696

9797
# Install Python
98-
ARG PYTHON_VERSIONS="3.11 3.10 3.9 3.8 3.7 3.12 pypy3.10-7.3.15"
98+
ARG PYTHON_VERSIONS="3.12 3.11 3.10 3.9 3.8 3.7 3.13 pypy3.10-7.3.17"
9999
COPY --chown=1000:1000 --chmod=+x ./install-python.sh /tmp/install-python.sh
100100
RUN /tmp/install-python.sh && \
101101
rm /tmp/install-python.sh

0 commit comments

Comments
 (0)