Support for python 3.11

pull/8327/head
pbs 3 years ago
parent 1947fab3d7
commit fc6d7f012e

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