From fe28d3410340fcd5f4fb6c264abe0721c04ec4d8 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 11 Oct 2024 10:56:33 +0200 Subject: [PATCH 1/2] 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: . From 61179bb516522f53e85ba91523192ee10dbc9018 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 11 Oct 2024 11:36:48 +0200 Subject: [PATCH 2/2] add support for Python 3.13 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b48c3f7..50434a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] [project.optional-dependencies]