unpin python3.11

This commit is contained in:
paukstelis
2024-07-03 17:44:43 -04:00
parent 6af4e2b0e5
commit 8bba5f2324

View File

@@ -275,9 +275,9 @@ new_install() {
if [ $INSTALL -eq 2 ]; then if [ $INSTALL -eq 2 ]; then
apt-get update > /dev/null apt-get update > /dev/null
PYV=$(python3 -c"import sys; print(sys.version_info.minor)") PYV=$(python3 -c"import sys; print(sys.version_info.minor)")
if [ $PYV -gt 11 ]; then #if [ $PYV -gt 11 ]; then
PYVERSION='python3.11' # PYVERSION='python3.11'
fi #fi
deb_packages deb_packages
fi fi