From f524bdd99d30ec1ee0a0b0a804a2379e6a808181 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:54:13 +0000 Subject: [PATCH 1/2] Initial plan From e3c2af02987b48d413f72a0a54d3c43265e73239 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:56:25 +0000 Subject: [PATCH 2/2] Add Python 3.14 support to classifiers and CI Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b7743e..4923101 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.9", "3.14"] runs-on: [ubuntu-latest, windows-latest, macos-14] steps: diff --git a/pyproject.toml b/pyproject.toml index 9934332..7aa0e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3.9", "Programming Language :: Python", "Topic :: Scientific/Engineering",