From f22bf730c5d75f4ab7c2d686e4ea0df00e38013a Mon Sep 17 00:00:00 2001 From: jessebot Date: Fri, 3 May 2024 13:35:39 +0200 Subject: [PATCH] change python to python 3.12 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index acd94b0..6373fd3 100644 --- a/.bashrc +++ b/.bashrc @@ -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