Skip to content

Commit 0aa92c4

Browse files
committed
Add Python 3.14, drop Python 3.9, 3.10
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 10224d4 commit 0aa92c4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ RUN apt-get update --quiet && \
5858
xz-utils \
5959
zlib1g-dev
6060

61-
RUN pyenv install 3.9 && \
62-
pyenv install 3.10 && \
63-
pyenv install 3.11 && \
61+
RUN pyenv install 3.11 && \
6462
pyenv install 3.12 && \
6563
pyenv install 3.13 && \
64+
pyenv install 3.14 && \
6665
pyenv global $(pyenv versions --bare | tac) && \
6766
pyenv versions && \
6867
find ${PYENV_ROOT}/versions -depth \

0 commit comments

Comments
 (0)