Python 3.14, drop Python 3.9

Closes #2506
This commit is contained in:
Simon Willison 2025-10-08 13:11:32 -07:00 committed by GitHub
commit 85da8474d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 22 additions and 25 deletions

View file

@ -54,7 +54,7 @@ If the latest packaged release of Datasette has not yet been made available thro
Using pip
---------
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.
Datasette requires Python 3.10 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``::