From 32bd5ab0157e010810a2dee7fac0fd474beef3bf Mon Sep 17 00:00:00 2001 From: Philipp Sommer Date: Thu, 19 Dec 2024 09:39:16 +0100 Subject: [PATCH] add tests for python 3.13 --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 304131a..d25b96e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.10", "3.11", "3.12" ] + python-version: [ "3.10", "3.11", "3.12", "3.13" ] sphinx-version: [ "8.0.*", "8.*" # 8.0.x and latest ]