Compare commits

...

1 commit

Author SHA1 Message Date
Simon Willison
e870ad2074
Add Python 3.15-dev to test matrix 2026-05-17 16:56:54 -07:00

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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@v6
- name: Set up Python ${{ matrix.python-version }}