From 0f91450514b9ad53d8b4c770fb12dd7d5d394eb6 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 25 Jun 2023 17:00:27 -0400 Subject: [PATCH] Update build-python --- shell/installers/build-python | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/installers/build-python b/shell/installers/build-python index f2cdf1fb..ee83044a 100644 --- a/shell/installers/build-python +++ b/shell/installers/build-python @@ -3,7 +3,7 @@ ##################################### ## -## Install python v3.11.3 +## Install python v3.11.4 ## ## Supported OS: Linux Debian based ## @@ -22,7 +22,7 @@ fi ## parent_dir="$PWD"/python-build -tar_url='https://github.com/python/cpython/archive/refs/tags/v3.11.3.tar.gz' +tar_url='https://github.com/python/cpython/archive/refs/tags/v3.11.4.tar.gz' ## ## define functions