From e870ad2074a656e3af848077db2825d8fe1bd916 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 17 May 2026 16:56:54 -0700 Subject: [PATCH] Add Python 3.15-dev to test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1b2e9d2..c8c51ecb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}