From fe28d3410340fcd5f4fb6c264abe0721c04ec4d8 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 11 Oct 2024 10:56:33 +0200 Subject: [PATCH] add Python 3.13 to ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4645d13..1b6cd83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] defaults: run: working-directory: .