From: Oto Šťáva Date: Mon, 24 Jul 2023 08:14:57 +0000 (+0200) Subject: manager: add new Python versions X-Git-Tag: v6.0.2~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4c773aea2d58abc4be8fecc499a096218ef2e9e;p=thirdparty%2Fknot-resolver.git manager: add new Python versions --- 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 ```