]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
manager: add new Python versions
authorOto Šťáva <oto.stava@nic.cz>
Mon, 24 Jul 2023 08:14:57 +0000 (10:14 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Mon, 24 Jul 2023 08:14:57 +0000 (10:14 +0200)
manager/.python-version
manager/README.md

index 94dd2db15b0007ebbcab5a73554b1011dd9d98a4..3b2c885c4014be4861874e0ea485f48b0c3ebb32 100644 (file)
@@ -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
index 80f3d2a50c4415548a8ca9a0ec9e875ec6ec340c..5e7e1bb6c4912ef788be14dac9428bc9fba27247 100644 (file)
@@ -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
 ```