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

@ -17,7 +17,7 @@ jobs:
- name: Check out datasette
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.12'
cache: 'pip'