pyproject.toml: Update python version classifiers, bump min to 3.9

This commit is contained in:
jaseg 2024-05-16 13:36:49 +02:00 committed by GitHub
parent 4dcfba9d40
commit 5bb298ad11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ description = "A python interface to the mpv media player"
readme = "README.rst" readme = "README.rst"
authors = [{name = "jaseg", email = "mpv@jaseg.de"}] authors = [{name = "jaseg", email = "mpv@jaseg.de"}]
license = {text = "GPLv2+ or LGPLv2.1+"} license = {text = "GPLv2+ or LGPLv2.1+"}
requires-python = ">=3.7" requires-python = ">=3.9"
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display', 'multimedia'] keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display', 'multimedia']
classifiers = [ classifiers = [
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
@ -23,10 +23,10 @@ classifiers = [
'Natural Language :: English', 'Natural Language :: English',
'Operating System :: POSIX', 'Operating System :: POSIX',
'Programming Language :: C', 'Programming Language :: C',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Multimedia :: Sound/Audio :: Players', 'Topic :: Multimedia :: Sound/Audio :: Players',
'Topic :: Multimedia :: Video :: Display' 'Topic :: Multimedia :: Video :: Display'
] ]