Skip to content

Commit

Permalink
Bump to Ubuntu 24.04, add Python 3.13, drop Python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Oct 23, 2024
1 parent 97c06b0 commit a902ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ RUN apt-get update --quiet && \
xz-utils \
zlib1g-dev

RUN pyenv install 3.8 && \
pyenv install 3.9 && \
RUN pyenv install 3.9 && \
pyenv install 3.10 && \
pyenv install 3.11 && \
pyenv install 3.12 && \
pyenv install 3.13 && \
pyenv global $(pyenv versions --bare | tac) && \
pyenv versions && \
find ${PYENV_ROOT}/versions -depth \
Expand Down

0 comments on commit a902ef3

Please sign in to comment.