change python to python 3.12

This commit is contained in:
JesseBot 2024-05-03 13:35:39 +02:00
parent e87621f43f
commit f22bf730c5

View file

@ -12,7 +12,7 @@ esac
set bell-style none
# python version is subject to change, but really important for pathing
export PYTHON_VERSION="3.11"
export PYTHON_VERSION="3.12"
# this just makes howdoi use colors
export HOWDOI_COLORIZE=1