bump min required Python version to 3.8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user