From 3a3b3cd37bfeb6b20b1e41a14ef98f7f329d2093 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 7 Nov 2024 16:19:22 -0300 Subject: [PATCH] feat: Update CI --- .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 441741a..f902779 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }} steps: - name: Clone Repository