Test on 3.14 and 3.14t, drop 3.9

This commit is contained in:
Simon Willison 2025-10-01 13:04:18 -07:00
commit bccd05c9b4
3 changed files with 3 additions and 8 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4