From edc13b97227fd240bc8a84831dba38e1023fcad9 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 31 Jul 2026 16:28:35 +0100 Subject: [PATCH] feat: add Python 3.14 classifier Follow-up to PyAutoLabs/PyAutoFit#1439 (Python 3.14 forkserver fix, merged). Refs PyAutoLabs/PyAutoHands#219. Co-Authored-By: Claude Fable 5 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6cfb585..869397a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,8 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13" + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14" ] keywords = ["cli"] dependencies = [