From 4e75a301ecf90a4d8a344002305e986ad0011e13 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sat, 9 Nov 2024 21:28:54 -0300 Subject: [PATCH] chore(ci): add python 3.13 to the ci test suite (#993) --- .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 a8216cbd..ad821c42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,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