From 20e2f18d30374266bc7e3d2ae0656625c541e26a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 11 Oct 2025 06:05:12 -0700 Subject: [PATCH] add python 3.14 to classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bee685ac..34ccdcc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] readme = "README.md" requires-python = ">=3.10" -- 2.47.3