We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8a43d commit 737f571Copy full SHA for 737f571
pyproject.toml
@@ -15,6 +15,10 @@ classifiers = [
15
"License :: OSI Approved :: Apache Software License",
16
"Programming Language :: Python",
17
"Programming Language :: Python :: 3",
18
+ "Programming Language :: Python :: 3.9",
19
+ "Programming Language :: Python :: 3.10",
20
+ "Programming Language :: Python :: 3.11",
21
+ "Programming Language :: Python :: 3.12",
22
]
23
dependencies = ["requests", "typing-extensions"]
24
dynamic = ["version"]
0 commit comments