From 2072a6817a0a3d9522a27e2ce47586775e289087 Mon Sep 17 00:00:00 2001 From: Tom Schraitle Date: Thu, 17 Oct 2024 13:43:32 +0200 Subject: [PATCH] GH Action: Include Python 3.13 --- .github/workflows/python-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-testing.yml b/.github/workflows/python-testing.yml index db555cc..959336c 100644 --- a/.github/workflows/python-testing.yml +++ b/.github/workflows/python-testing.yml @@ -105,6 +105,7 @@ jobs: "3.10", "3.11", "3.12", + "3.13", ] os: ["ubuntu-latest", "macos-latest"] exclude: