From 4a6b70b33f1f84b4fc8ea35d50d951d300e86a26 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Thu, 9 Oct 2025 16:38:09 -0400 Subject: [PATCH] Update python 3.10-3.14 for release 2.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7eb94528af..7a2fc74633 100644 --- a/setup.py +++ b/setup.py @@ -119,11 +119,11 @@ def _main(): "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: C++", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "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 :: Multimedia :: Sound/Audio", "Topic :: Scientific/Engineering :: Artificial Intelligence",