From 0fc711d8a8948af9bb5ba3f11941224cfe83ebe4 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 28 May 2026 20:56:14 +0200 Subject: [PATCH] add Python 3.14 to list --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cf738d86..2b3d01f3 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", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Office/Business :: Groupware",