From 1fda28c761e9fb46ad64171cd8026498481b2d22 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Wed, 9 Oct 2024 17:12:14 +0300 Subject: [PATCH] Try to enable tests on 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 0d95be48..b1856931 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' defaults: # Windows sucks. Force use bash instead of PowerShell