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

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.10"
cache: 'pip'