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
commit 59d6ae17be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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