From 3eae63f4df809e3286df64c7071b8abf79f35ddc Mon Sep 17 00:00:00 2001 From: Raphael Cohen Date: Wed, 30 Oct 2024 17:06:55 +0100 Subject: [PATCH] feat: Add python 3.13 to test matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 284b9f1..186a370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' steps: - uses: actions/checkout@v4