Skip to content

Commit a902ef3

Browse files
committed
Bump to Ubuntu 24.04, add Python 3.13, drop Python 3.8
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 97c06b0 commit a902ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ RUN apt-get update --quiet && \
5252
xz-utils \
5353
zlib1g-dev
5454

55-
RUN pyenv install 3.8 && \
56-
pyenv install 3.9 && \
55+
RUN pyenv install 3.9 && \
5756
pyenv install 3.10 && \
5857
pyenv install 3.11 && \
5958
pyenv install 3.12 && \
59+
pyenv install 3.13 && \
6060
pyenv global $(pyenv versions --bare | tac) && \
6161
pyenv versions && \
6262
find ${PYENV_ROOT}/versions -depth \

0 commit comments

Comments
 (0)