From bde369027df4257a623a4acacc076eb3daa8314e Mon Sep 17 00:00:00 2001 From: Peter Corke Date: Fri, 18 Sep 2026 20:26:23 +0200 Subject: [PATCH] chore: declare Python 3.13 and 3.14 support, add 3.14 to CI matrix Co-Authored-By: Claude Sonnet 5 --- .github/workflows/master.yml | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9e8a7fa7..d4bca5b0 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [windows-latest, ubuntu-22.04, macos-latest] # https://devguide.python.org/versions/ - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] exclude: - os: windows-latest python-version: "3.11" diff --git a/pyproject.toml b/pyproject.toml index 10b74a4c..faf93b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,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", "Operating System :: OS Independent",