Drop support for Python 3.7, refs #2097

This commit is contained in:
Simon Willison 2023-07-08 11:40:19 -07:00
commit 2fd871a906
8 changed files with 13 additions and 18 deletions

View file

@ -57,7 +57,7 @@ If the latest packaged release of Datasette has not yet been made available thro
Using pip
---------
Datasette requires Python 3.7 or higher. The `Python.org Python For Beginners <https://www.python.org/about/gettingstarted/>`__ page has instructions for getting started.
Datasette requires Python 3.8 or higher. The `Python.org Python For Beginners <https://www.python.org/about/gettingstarted/>`__ page has instructions for getting started.
You can install Datasette and its dependencies using ``pip``::