From bda024dcc0668ea01bb35e669ea48daaef2dca97 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Fri, 16 Jan 2026 10:02:54 +0300 Subject: [PATCH] Add explicit support for Python 3.14 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7335d75f28..f834e02c32 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ "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", "Topic :: Software Development :: Libraries :: Python Modules", ],