From 4dc2db2b9a860357569bcc58579294e5e16be57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Fri, 1 Nov 2024 19:18:14 +0100 Subject: [PATCH] Add Python 3.13 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b0cc69..84f5c05 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,7 @@ jobs: - 3.10.14 - 3.11.9 - 3.12.5 + - 3.13.0 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4