From 0eae5234c97e9650e19051f944e06205acb90b9d Mon Sep 17 00:00:00 2001 From: Jose Tiago Macara Coutinho Date: Wed, 9 Oct 2024 09:54:17 +0200 Subject: [PATCH] Add python 3.13 to github actions --- .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 f5108d6..123f45b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout