From ffcf84616604f46338618d25695b57bdc67c4468 Mon Sep 17 00:00:00 2001 From: Andreas Zeller Date: Sat, 9 Nov 2024 18:17:20 +0100 Subject: [PATCH] Also test Python 3.13 --- .github/workflows/check-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 52474331..bcca6ee4 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9.x", "3.10.x", "3.11.x", "3.12.x"] + python-version: ["3.9.x", "3.10.x", "3.11.x", "3.12.x", "3.13.x"] # Steps represent a sequence of tasks that will be executed as part of the job steps: