Support for python 3.11

This commit is contained in:
pbs 2023-03-13 17:34:34 +00:00
parent 1947fab3d7
commit fc6d7f012e

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