This commit is contained in:
Reid 'arrdem' McKenzie 2023-05-30 16:12:16 -06:00
parent 3a0f174e37
commit e90055e3bd

View file

@ -4,7 +4,7 @@
# But ... that's exactly what we want to do.
# So this script exists to find a 'compliant' Python install and use that.
PYTHONREV="3.10"
PYTHONREV="3.11"
CMD="python${PYTHONREV}"
if [ -x "$(command -v "$CMD")" ]; then