From 27c9761f1c87fa451778731ec63e8072a11c9652 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 22 Mar 2023 14:01:33 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Simon Li --- bootstrap/bootstrap.py | 4 ++-- docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index d4c9135..67cf46c 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -9,7 +9,7 @@ This script is run as: Constraints: - - The entire script should be compatible with Python 3.8, which is the on + - The entire script should be compatible with Python 3.8, which is the default on Ubuntu 20.04. - The script should parse in Python 3.6 as we print error messages for using Ubuntu 18.04 which comes with Python 3.6 by default. @@ -214,7 +214,7 @@ def ensure_host_system_can_install_tljh(): print("The Littlest JupyterHub requires Ubuntu 20.04 or higher") sys.exit(1) elif distro == "debian" and _parse_version(version) < (11,): - print("The Littlest JupyterHub requires Debian 10 or higher") + print("The Littlest JupyterHub requires Debian 11 or higher") sys.exit(1) # Require Python 3.8+ diff --git a/docs/index.rst b/docs/index.rst index fb8e02e..f66f4b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,7 @@ Installation The Littlest JupyterHub (TLJH) can run on any server that is running **Debian 11** or **Ubuntu 20.04** or **22.04** on an amd64 or arm64 CPU architecture. We aim to support 'stable' and Long-Term Support (LTS) versions. -Newer versions are likely to work with little or no adjustment, but these are the officially supported and tested versions. +Newer versions are likely to work with little or no adjustment, but these are not officially supported or tested. Earlier versions of Ubuntu and Debian are not supported, nor are other Linux distributions. We have a bunch of tutorials to get you started.