Add python version classifiers to pyproject.toml
This commit is contained in:
parent
3feeafed1a
commit
c59f084005
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ dependencies = [
|
||||||
"diskcache>=5.6.1",
|
"diskcache>=5.6.1",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8"
|
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]
|
[project.optional-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue