From 52510cca53a960b189f18f6e9e0ec27df34706f1 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Tue, 19 Nov 2024 10:24:54 -0800 Subject: [PATCH] chore: add python3.13 to test matrix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 34349b7..deac0fb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: test: strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4