From 3dc0cf1291dda0d94320cf9b6f32f43d9605d1c6 Mon Sep 17 00:00:00 2001 From: Marvin Klerx Date: Thu, 15 Jan 2026 18:49:12 +0100 Subject: [PATCH 1/2] test with 3.13 and 3.14 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fb3e19..2d25ec4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Checkout Repository uses: actions/checkout@v4 From 3a5893a0cc0f773410d779651e8581e69c56dc58 Mon Sep 17 00:00:00 2001 From: Marvin Klerx Date: Thu, 15 Jan 2026 18:51:19 +0100 Subject: [PATCH 2/2] pyproject --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1313357..b651943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,9 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14" ] dependencies = [