docs: Consistently use minimum Python 3.8

This commit is contained in:
Simon Li
2024-03-21 20:00:42 +00:00
parent 6ade08825b
commit 92d59cd12b
4 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
Before installing JupyterHub, you will need:
- a Linux/Unix-based system
- [Python](https://www.python.org/downloads/) 3.6 or greater. An understanding
- [Python {{python_min}}](https://www.python.org/downloads/) or greater. An understanding
of using [`pip`](https://pip.pypa.io) or
[`conda`](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html) for
installing Python packages is helpful.