From d8831425203385077a03c1d92cfbbe3bf2106008 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 29 Jan 2025 01:11:55 +0000 Subject: [PATCH] [Cherry Pick] Update Supported Python version 3.9-3.13 (#3875) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be723d75d1..7eb94528af 100644 --- a/setup.py +++ b/setup.py @@ -119,10 +119,11 @@ def _main(): "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: C++", - "Programming Language :: Python :: 3.8", "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 :: Implementation :: CPython", "Topic :: Multimedia :: Sound/Audio", "Topic :: Scientific/Engineering :: Artificial Intelligence",