From e41212638ddbcf189b622e9fb492d0e3eda41000 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Thu, 5 Mar 2026 00:56:15 +0000 Subject: [PATCH] ci: add Python 3.13 to matrix --- .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 f25567c1..359ffe8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4