From 6db65431b5efd31ba53f4fd294b95fd492445a81 Mon Sep 17 00:00:00 2001 From: darwintree <17946284+darwintree@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:11:22 +0800 Subject: [PATCH] ci: add python3.13 test --- .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 a638e78..176e8b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.10", "3.11", "3.12"] # 3.9 is tested in coverage + python-version: ["3.8", "3.10", "3.11", "3.12", "3.13"] # 3.9 is tested in coverage steps: - uses: actions/checkout@v3