From 8bba5f23249d89b48c64fe7bbdf3f00f03207dd0 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Wed, 3 Jul 2024 17:44:43 -0400 Subject: [PATCH] unpin python3.11 --- prepare.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prepare.sh b/prepare.sh index 4363c1a..049c052 100644 --- a/prepare.sh +++ b/prepare.sh @@ -275,9 +275,9 @@ new_install() { if [ $INSTALL -eq 2 ]; then apt-get update > /dev/null PYV=$(python3 -c"import sys; print(sys.version_info.minor)") - if [ $PYV -gt 11 ]; then - PYVERSION='python3.11' - fi + #if [ $PYV -gt 11 ]; then + # PYVERSION='python3.11' + #fi deb_packages fi