From c4c773aea2d58abc4be8fecc499a096218ef2e9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Mon, 24 Jul 2023 10:14:57 +0200 Subject: [PATCH] manager: add new Python versions --- manager/.python-version | 8 +++++--- manager/README.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/manager/.python-version b/manager/.python-version index 94dd2db15..3b2c885c4 100644 --- a/manager/.python-version +++ b/manager/.python-version @@ -1,3 +1,5 @@ -3.7.9 -3.8.7 -3.9.1 +3.7.17 +3.8.17 +3.9.17 +3.10.12 +3.11.4 diff --git a/manager/README.md b/manager/README.md index 80f3d2a50..5e7e1bb6c 100644 --- a/manager/README.md +++ b/manager/README.md @@ -17,9 +17,11 @@ Be careful, that you need the latest version of Poetry. The setup was tested wit After installing the tools above, the actual fully-featured development environment can be setup using these commands: ```sh -pyenv install 3.7.9 -pyenv install 3.8.7 -pyenv install 3.9.1 +pyenv install 3.7.17 +pyenv install 3.8.17 +pyenv install 3.9.17 +pyenv install 3.10.12 +pyenv install 3.11.4 poetry env use $(pyenv which python) poetry install ``` -- 2.47.2