Skip to content

Commit d883142

Browse files
authored
[Cherry Pick] Update Supported Python version 3.9-3.13 (#3875)
1 parent bf81653 commit d883142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,11 @@ def _main():
119119
"Operating System :: Microsoft :: Windows",
120120
"Operating System :: POSIX",
121121
"Programming Language :: C++",
122-
"Programming Language :: Python :: 3.8",
123122
"Programming Language :: Python :: 3.9",
124123
"Programming Language :: Python :: 3.10",
125124
"Programming Language :: Python :: 3.11",
125+
"Programming Language :: Python :: 3.12",
126+
"Programming Language :: Python :: 3.13",
126127
"Programming Language :: Python :: Implementation :: CPython",
127128
"Topic :: Multimedia :: Sound/Audio",
128129
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)