Skip to content

Commit

Permalink
feat: Add Python 3.11 to list of available Python versions
Browse files Browse the repository at this point in the history
Currently Python 3.11 isn't in the list of available Python versions.
This commit extends the list of versions and sets 3.11 as default version.

+ Update versions of Python tools:

* Python 3.10.8 to 3.11.4
* Pyenv v2.3.7 to v2.3.27 to have Python 3.11.4 environment available
* Poetry 1.2.2 to 1.6.1
  to fix #7333

Signed-off-by: mawl <[email protected]>
  • Loading branch information
mawl committed Sep 26, 2023
1 parent e74531f commit cc95613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ RUN curl -kSs https://pyenv.run | bash \
ARG CONAN_VERSION=1.57.0
ARG PYTHON_INSPECTOR_VERSION=0.9.8
ARG PYTHON_PIPENV_VERSION=2022.9.24
ARG PYTHON_POETRY_VERSION=1.2.2
ARG PYTHON_POETRY_VERSION=1.6.1
ARG PIPTOOL_VERSION=22.2.2
ARG SCANCODE_VERSION=32.0.6

Expand Down

0 comments on commit cc95613

Please sign in to comment.