From b4c76c7a8b87a85c56cafa59a9ebe53753fbd7e6 Mon Sep 17 00:00:00 2001 From: Arron Bailiss Date: Thu, 13 Nov 2025 17:40:47 -0500 Subject: [PATCH] chore: add Python 3.14 to pyproject.toml classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 33f39a8..519b820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,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 :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules", ]