mirror of
https://github.com/simonw/datasette.git
synced 2026-09-02 22:54:08 +02:00
README: minimum Python is 3.10, not 3.8
requires-python has been ">=3.10" since ce4b079, and the 0.65 release
notes (2024-10-07) say "Dropped support for Python 3.8". The README
still tells users 3.8 works; on 3.8 or 3.9 pip refuses to install
datasette.
This commit is contained in:
parent
0337fba234
commit
9cbe42b256
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ You can also install it using `pip` or `pipx`:
|
|||
|
||||
pip install datasette
|
||||
|
||||
Datasette requires Python 3.8 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.10 or higher. We also have [detailed installation instructions](https://docs.datasette.io/en/stable/installation.html) covering other options such as Docker.
|
||||
|
||||
## Basic usage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue