It seems to be looking for these binaries: ``` if python3 --version < /dev/null > /dev/null 2>&1; then HOST_PYTHON="python3" elif python --version < /dev/null > /dev/null 2>&1; then HOST_PYTHON="python" ``` I will just edit the code to allow python3.11, this is ok right?