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

@ -19,7 +19,7 @@ General guidelines
Setting up a development environment
------------------------------------
If you have Python 3.6 or higher installed on your computer (on OS X the quickest way to do this `is using homebrew <https://docs.python-guide.org/starting/install3/osx/>`__) you can install an editable copy of Datasette using the following steps.
If you have Python 3.7 or higher installed on your computer (on OS X the quickest way to do this `is using homebrew <https://docs.python-guide.org/starting/install3/osx/>`__) you can install an editable copy of Datasette using the following steps.
If you want to use GitHub to publish your changes, first `create a fork of datasette <https://github.com/simonw/datasette/fork>`__ under your own GitHub account.