Merge pull request #8327 from skinner12/develop

Support for python 3.11 via setup.sh script
This commit is contained in:
Matthias
2023-05-13 19:57:44 +02:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ function check_installed_python() {
exit 2
fi
for v in 10 9 8
for v in 11 10 9 8
do
PYTHON="python3.${v}"
which $PYTHON