Skip to content

Commit

Permalink
chore(tox): add python version 3.11.2 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej Velikonja authored Mar 2, 2023
1 parent 7a772df commit afdd195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apk add --no-cache --virtual=.build-deps bzip2-dev cargo curl git linux-head
pyenv install 3.8.7 && \
pyenv install 3.9.1 && \
pyenv install 3.10.4 && \
pyenv global 3.10.4 3.9.1 3.8.7 3.7.9 3.6.12 3.5.10 && \
pyenv install 3.11.2 && \
pyenv global 3.11.2 3.10.4 3.9.1 3.8.7 3.7.9 3.6.12 3.5.10 && \
pyenv rehash && \
pip install tox==$version && \
apk del .build-deps && \
Expand Down

0 comments on commit afdd195

Please sign in to comment.