Drop Python 3.9, add Python 3.13 to all CI

Refs #646
This commit is contained in:
Simon Willison 2024-11-23 14:42:08 -08:00
commit 1290c50f71
3 changed files with 5 additions and 9 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- uses: actions/cache@v4
name: Configure pip caching
with: