Upgrade GitHub Actions, drop remaining Python 3.9 references

This commit is contained in:
Simon Willison 2026-09-10 17:13:27 -07:00
commit be853ebe9b
11 changed files with 34 additions and 35 deletions

View file

@ -12,12 +12,12 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v4
- uses: actions/cache@v6
name: Configure pip caching
with:
path: ~/.cache/pip