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.

View file

@ -56,7 +56,7 @@ If the latest packaged release of Datasette has not yet been made available thro
Using pip
---------
Datasette requires Python 3.6 or higher. Visit `InstallPython3.com <https://installpython3.com/>`__ for step-by-step installation guides for your operating system.
Datasette requires Python 3.7 or higher. Visit `InstallPython3.com <https://installpython3.com/>`__ for step-by-step installation guides for your operating system.
You can install Datasette and its dependencies using ``pip``::

View file

@ -38,11 +38,11 @@ Shows the version of Datasette, Python and SQLite. `Versions example <https://la
{
"datasette": {
"version": "0.21"
"version": "0.60"
},
"python": {
"full": "3.6.5 (default, May 5 2018, 03:07:21) \n[GCC 6.3.0 20170516]",
"version": "3.6.5"
"full": "3.8.12 (default, Dec 21 2021, 10:45:09) \n[GCC 10.2.1 20210110]",
"version": "3.8.12"
},
"sqlite": {
"extensions": {
@ -62,7 +62,7 @@ Shows the version of Datasette, Python and SQLite. `Versions example <https://la
"ENABLE_RTREE",
"THREADSAFE=1"
],
"version": "3.16.2"
"version": "3.37.0"
}
}