Skip to content

Commit afdd195

Browse files
author
Matej Velikonja
authored
chore(tox): add python version 3.11.2 (#163)
1 parent 7a772df commit afdd195

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN apk add --no-cache --virtual=.build-deps bzip2-dev cargo curl git linux-head
1313
pyenv install 3.8.7 && \
1414
pyenv install 3.9.1 && \
1515
pyenv install 3.10.4 && \
16-
pyenv global 3.10.4 3.9.1 3.8.7 3.7.9 3.6.12 3.5.10 && \
16+
pyenv install 3.11.2 && \
17+
pyenv global 3.11.2 3.10.4 3.9.1 3.8.7 3.7.9 3.6.12 3.5.10 && \
1718
pyenv rehash && \
1819
pip install tox==$version && \
1920
apk del .build-deps && \

0 commit comments

Comments
 (0)