Merge pull request #8327 from skinner12/develop

Support for python 3.11 via setup.sh script
pull/8640/head
Matthias 3 years ago committed by GitHub
commit 59d6ae17be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save