README: minimum Python is 3.10, not 3.8

requires-python has been ">=3.10" since ce4b079, and the 0.65 release
notes (2024-10-07) say "Dropped support for Python 3.8". The README
still tells users 3.8 works; on 3.8 or 3.9 pip refuses to install
datasette.
This commit is contained in:
melbinjp 2026-08-13 16:34:00 +05:30
commit 9cbe42b256

View file

@ -36,7 +36,7 @@ You can also install it using `pip` or `pipx`:
pip install datasette
Datasette requires Python 3.8 or higher. We also have [detailed installation instructions](https://docs.datasette.io/en/stable/installation.html) covering other options such as Docker.
Datasette requires Python 3.10 or higher. We also have [detailed installation instructions](https://docs.datasette.io/en/stable/installation.html) covering other options such as Docker.
## Basic usage