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 cb0b613 commit e78054cCopy full SHA for e78054c
setup.py
@@ -37,6 +37,11 @@ def get_version():
37
classifiers=[
38
"Intended Audience :: Developers",
39
"Programming Language :: Python :: 3",
40
+ "Programming Language :: Python :: 3.8.1",
41
"Programming Language :: Python :: 3.9",
42
+ "Programming Language :: Python :: 3.10",
43
+ "Programming Language :: Python :: 3.11",
44
+ "Programming Language :: Python :: 3.12",
45
+ "License :: OSI Approved :: Apache Software License",
46
],
47
)
0 commit comments