From 095623bc57e805c09a300fb005738c8cc00cd9e2 Mon Sep 17 00:00:00 2001 From: Manasjyoti Sharma Date: Wed, 25 Mar 2026 12:27:01 +0530 Subject: [PATCH] ci: add Python 3.13 to test matrix Verified: run-tests.sh --fr passes 338/338 tests on 3.10, 3.11, 3.12, 3.13. --- .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 8da6957443..c64e0d55d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: id-token: "write" strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Free up disk space