Add python version classifiers to pyproject.toml

This commit is contained in:
Andrei Betlen 2023-09-12 19:15:44 -04:00
parent 3feeafed1a
commit c59f084005

View file

@ -17,6 +17,13 @@ dependencies = [
"diskcache>=5.6.1",
]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
[project.optional-dependencies]