This commit is contained in:
Simon Willison 2026-07-14 09:19:24 -07:00 committed by GitHub
commit e1a6c43c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-dev"]
steps:
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}