Update pyproject.toml

Set explicit Trove descriptors for python version
This commit is contained in:
Jamie Hardt
2024-07-07 22:25:29 -07:00
committed by GitHub
parent fd228493c6
commit 88add2da85

View File

@@ -13,6 +13,10 @@ classifiers = [
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Topic :: Multimedia :: Sound/Audio :: Editors',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.9',
]
[tool.poetry.dependencies]