From 9cbe42b2562a834458149e4ed2db7a098eff44dd Mon Sep 17 00:00:00 2001 From: melbinjp Date: Thu, 13 Aug 2026 16:34:00 +0530 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 393e8e5c..1f79778f 100644 --- a/README.md +++ b/README.md @@ -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