From 1738c028168e07b66debb9b664f2e6e7462b9ab7 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 10 Dec 2024 08:19:22 +0100 Subject: [PATCH] GitHub Actions: Add Python 3.13 to the testing --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b38c4cacd..a5469f822 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,6 +40,7 @@ jobs: fail-fast: true matrix: py: + - "3.13" - "3.12" - "3.11" - "3.10"