1
0

bump min required Python version to 3.8

This commit is contained in:
SomberNight
2022-02-08 12:43:04 +01:00
parent f02e3b9d99
commit dd2f8541b7
5 changed files with 9 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ contrib=$(dirname "$0")
# note: we should not use a higher version of python than what the binaries bundle
if [[ ! "$SYSTEM_PYTHON" ]] ; then
SYSTEM_PYTHON=$(which python3.6) || printf ""
SYSTEM_PYTHON=$(which python3.8) || printf ""
else
SYSTEM_PYTHON=$(which $SYSTEM_PYTHON) || printf ""
fi