From 93d902df3779afe6e009315de3278525a136101a Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 10 Oct 2025 14:36:12 +0200 Subject: [PATCH 1/2] add classifiers for 3.13 and 3.14 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a04ff96..1763805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "License :: OSI Approved :: MIT License", ] dependencies = [ From 1001dbb69a76031632da539dd27042fcb151701f Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 10 Oct 2025 14:40:50 +0200 Subject: [PATCH 2/2] expand test suite for Python 3.13 and 3.14 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25ada3b..fe24c82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,6 +35,8 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" + - "3.14" fail-fast: false steps: - name: Dump GitHub context