From 85986d0ac4b939681410ef86c8762b402ecc9f24 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Sat, 18 Oct 2025 10:35:46 -0400 Subject: [PATCH] chore: Test support for Python 3.14 --- .github/workflows/tox.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index a5af6c4f2bd..9a8701f3243 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] dependencies: [latest, pre] include: - python-version: "3.10" diff --git a/pyproject.toml b/pyproject.toml index 323d2fad6b8..513dbecd48a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering :: Image Recognition", ] dependencies = [