From 31599e2487362f91ab028aab3678bd180ec06f66 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 18 Jun 2026 10:48:43 -0400 Subject: [PATCH 1/2] ci: add Python 3.15 to classifiers and CI Assisted-by: ClaudeCode:claude-opus-4.8 --- .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 194db1f..e36d7cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.13", "3.14"] + python-version: ["3.10", "3.13", "3.14", "3.15"] runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: diff --git a/pyproject.toml b/pyproject.toml index 6ede3b1..4718012 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", "Development Status :: 5 - Production/Stable", "Typing :: Typed", ] From ba5e2b4f86f3069e86dcd20fcab38066d6b69f7c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 18 Jun 2026 10:50:36 -0400 Subject: [PATCH 2/2] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e36d7cb..155850a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.13", "3.14", "3.15"] + python-version: ["3.10", "3.14", "3.15"] runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: