From 67aec3714471950003d6b01f3f9b3c7bc93f7b66 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 15 Oct 2024 11:17:40 +0530 Subject: [PATCH] Test support for Python 3.13 in CI --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5e527e9aa..77eb124db 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,6 +35,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" fail-fast: false concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-${{ matrix.python-version }}