Skip to content

Commit 32b2c37

Browse files
committed
chore: add python 3.14 support, remove old license classifier
1 parent 56d4791 commit 32b2c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ classifiers = [
1919
"Topic :: Multimedia :: Sound/Audio",
2020
"Topic :: Multimedia :: Sound/Audio :: Analysis",
2121
"Topic :: Multimedia :: Sound/Audio :: Conversion",
22-
"License :: OSI Approved :: MIT License",
2322
"Natural Language :: English",
2423
"Programming Language :: Python :: 3",
2524
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",
2827
"Programming Language :: Python :: 3.12",
2928
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
3030
]
3131
requires-python = ">=3.9"
3232
dependencies = [

0 commit comments

Comments
 (0)