1
0

bump min required Python version to 3.10

This commit is contained in:
SomberNight
2025-01-10 13:16:04 +00:00
parent 3aac8ff0b8
commit fb5a1af666
5 changed files with 12 additions and 14 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.8) || printf ""
SYSTEM_PYTHON=$(which python3.10) || printf ""
else
SYSTEM_PYTHON=$(which $SYSTEM_PYTHON) || printf ""
fi