Update docs to reflect we no longer support 3.5

Also removed code that skipped black test for 3.5.
This commit is contained in:
Simon Willison 2019-11-11 20:56:09 -08:00
commit 18cc795b5c
4 changed files with 8 additions and 10 deletions

View file

@ -69,7 +69,7 @@ sqlite-utils: a Python library and CLI tool for building SQLite databases](https
pip3 install datasette
Datasette requires Python 3.5 or higher. We also have [detailed installation instructions](https://datasette.readthedocs.io/en/stable/installation.html) covering other options such as Docker.
Datasette requires Python 3.6 or higher. We also have [detailed installation instructions](https://datasette.readthedocs.io/en/stable/installation.html) covering other options such as Docker.
## Basic usage