Skip to content

Commit 5bb298a

Browse files
authored
pyproject.toml: Update python version classifiers, bump min to 3.9
1 parent 4dcfba9 commit 5bb298a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "A python interface to the mpv media player"
1212
readme = "README.rst"
1313
authors = [{name = "jaseg", email = "[email protected]"}]
1414
license = {text = "GPLv2+ or LGPLv2.1+"}
15-
requires-python = ">=3.7"
15+
requires-python = ">=3.9"
1616
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display', 'multimedia']
1717
classifiers = [
1818
'Development Status :: 5 - Production/Stable',
@@ -23,10 +23,10 @@ classifiers = [
2323
'Natural Language :: English',
2424
'Operating System :: POSIX',
2525
'Programming Language :: C',
26-
'Programming Language :: Python :: 3.7',
27-
'Programming Language :: Python :: 3.8',
2826
'Programming Language :: Python :: 3.9',
2927
'Programming Language :: Python :: 3.10',
28+
'Programming Language :: Python :: 3.11',
29+
'Programming Language :: Python :: 3.12',
3030
'Topic :: Multimedia :: Sound/Audio :: Players',
3131
'Topic :: Multimedia :: Video :: Display'
3232
]

0 commit comments

Comments
 (0)