Skip to content

Commit be1c115

Browse files
duke-maircaloras
authored andcommitted
docs: change maximum version of python to 3.11
According to release 2.4.0
1 parent c9dcd34 commit be1c115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-bashhub.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ get_and_check_python_version() {
9696
download_and_install_env() {
9797
local python_command=$(get_and_check_python_version)
9898
if [[ -z "$python_command" ]]; then
99-
die "\n Sorry you need to have python 3.5-3.10 or 2.7.9+ installed. Please install it and rerun this script." 1
99+
die "\n Sorry you need to have python 3.5-3.11 or 2.7.9+ installed. Please install it and rerun this script." 1
100100
fi
101101

102102
# Set to whatever python interpreter you want for your first environment
@@ -115,7 +115,7 @@ download_and_install_env() {
115115

116116
check_dependencies() {
117117
if [ -z "$(get_and_check_python_version)" ]; then
118-
die "\n Sorry can't seem to find a version of python 3.5-3.10 or 2.7.9+ installed" 1
118+
die "\n Sorry can't seem to find a version of python 3.5-3.11 or 2.7.9+ installed" 1
119119
fi
120120

121121
if [ -z "$(detect_shell_type)" ]; then

0 commit comments

Comments
 (0)