Apply suggestions from code review

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
This commit is contained in:
Min RK
2023-03-22 14:01:33 +01:00
parent f53b0b86a2
commit 27c9761f1c
2 changed files with 3 additions and 3 deletions

View File

@@ -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+

View File

@@ -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.