We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1302d79 commit 7f175a0Copy full SHA for 7f175a0
pyproject.toml
@@ -21,6 +21,11 @@ classifiers = [
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
23
"Programming Language :: Python :: 3 :: Only",
24
+ "Programming Language :: Python :: 3.7",
25
+ "Programming Language :: Python :: 3.8",
26
+ "Programming Language :: Python :: 3.9",
27
+ "Programming Language :: Python :: 3.10",
28
+ "Programming Language :: Python :: 3.11",
29
]
30
dependencies = []
31
dynamic = ["version"]
0 commit comments