Drop support for Python 3.6, closes #1577

Refs #1606
This commit is contained in:
Simon Willison 2022-01-19 20:31:22 -08:00
commit fae3983c51
7 changed files with 12 additions and 13 deletions

View file

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