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

@ -16,10 +16,10 @@ jobs:
- name: Check out datasette
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
# gcloud commmand breaks on higher Python versions, so stick with 3.9:
uses: actions/setup-python@v6
# Using Python 3.10 for gcloud compatibility:
with:
python-version: "3.9"
python-version: "3.10"
- uses: actions/cache@v4
name: Configure pip caching
with: