Skip to content

Commit 5cefb7d

Browse files
committed
chore: add python 3.14 support, remove old license classifier
1 parent 1b1f6d1 commit 5cefb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ classifiers = [
1717
"Development Status :: 4 - Beta",
1818
"Intended Audience :: Developers",
1919
"Topic :: Multimedia :: Video",
20-
"License :: OSI Approved :: MIT License",
2120
"Programming Language :: Python :: 3",
2221
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",
2524
"Programming Language :: Python :: 3.12",
2625
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2727
]
2828
dependencies = [
2929
"numpy",

0 commit comments

Comments
 (0)