Skip to content

Commit

Permalink
pyproject.toml: Update python version classifiers, bump min to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseg authored May 16, 2024
1 parent 4dcfba9 commit 5bb298a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "A python interface to the mpv media player"
readme = "README.rst"
authors = [{name = "jaseg", email = "[email protected]"}]
license = {text = "GPLv2+ or LGPLv2.1+"}
requires-python = ">=3.7"
requires-python = ">=3.9"
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display', 'multimedia']
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand All @@ -23,10 +23,10 @@ classifiers = [
'Natural Language :: English',
'Operating System :: POSIX',
'Programming Language :: C',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Multimedia :: Sound/Audio :: Players',
'Topic :: Multimedia :: Video :: Display'
]
Expand Down

0 comments on commit 5bb298a

Please sign in to comment.