From ac7da4850ac978e74974c3d401b4fd896519e523 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:02:13 -0800 Subject: [PATCH] Backport PR #39: Document Python 3.14 support --- .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 42fece9..28b73dd 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",