From f0a2cd373e0e0deb1ae95e63b4032696a4b2b163 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:40:31 +0000 Subject: [PATCH 1/2] Initial plan From a9d653b6aa6eb79094c96326e501b0530280d58e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:44:31 +0000 Subject: [PATCH 2/2] ci: add Python 3.13 and 3.14 workflow coverage Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com> --- .github/workflows/testing.yml | 2 +- pyproject.toml | 1 + setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 21a575a7..17843345 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,7 +7,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"] poetry-version: [1.5.0] steps: diff --git a/pyproject.toml b/pyproject.toml index c690a1af..9675fda6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", # Sublist of all supported platforms and environments. "Operating System :: MacOS :: MacOS X", diff --git a/setup.py b/setup.py index 0e44fd6b..6ddc3c3f 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', # Sublist of all supported platforms and environments. 'Operating System :: MacOS :: MacOS X',