From 3a3a21661d33ce0a46d2a4a0a8559aa49f0ce881 Mon Sep 17 00:00:00 2001 From: Stefan <96178532+stefan6419846@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:26:24 +0100 Subject: [PATCH] Test against Python 3.15 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f1a87f..91074c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: main: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15-dev'] runs-on: ubuntu-latest name: Python ${{ matrix.python }} steps: