From f24db75d018e968b4625733fcae03b993c5eb028 Mon Sep 17 00:00:00 2001 From: Alexandre Gomes Gaigalas Date: Wed, 28 Jan 2026 16:31:29 -0300 Subject: [PATCH] Also test on 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 4f2280e..e21050e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.12", "3.13", "3.14"] + python-version: ["3.12", "3.13", "3.14", "3.15.0-alpha.5"] steps: - uses: actions/checkout@v6