From ec48a25e88f4b6771b8a951ffadbbff29283ff3c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 8 Nov 2025 20:35:35 +0300 Subject: [PATCH] Build: Python 3.14 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a5bdb1a..37e1cdc 100755 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', ], python_requires='>=3.7', install_requires=[ -- 2.39.5