From 22dc910e46ed2d67844e9273ce9685a4886b5bea Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 24 Sep 2025 15:33:35 +0200 Subject: [PATCH] add 3.14 classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fbfdea79a..8e0ccde54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Internet :: WWW/HTTP", ]