File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ get_and_check_python_version() {
9696download_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
116116check_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
You can’t perform that action at this time.
0 commit comments