Skip to content

Commit b23afb7

Browse files
committed
updated the python versions listed in classifiers
1 parent bf5cdb0 commit b23afb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ classifiers = [
2020
"Topic :: Multimedia :: Video",
2121
"Topic :: Multimedia :: Video :: Capture",
2222
"Topic :: Multimedia :: Video :: Conversion",
23-
"Programming Language :: Python :: 3.7",
2423
"Programming Language :: Python :: 3.8",
2524
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
2728
]
2829
dynamic = ["version"]
2930
requires-python = ">=3.7"

0 commit comments

Comments
 (0)