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 4f2d6a3 commit 690c368Copy full SHA for 690c368
setup.py
@@ -31,10 +31,12 @@
31
python_requires=">=3.6",
32
classifiers=[
33
"Intended Audience :: Developers",
34
- "Topic :: Software Development :: CLI",
35
"Programming Language :: Python :: 3.6",
36
"Programming Language :: Python :: 3.7",
37
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
38
+ "Programming Language :: Python :: 3.10",
39
+ "Programming Language :: Python :: 3.11",
40
"Operating System :: OS Independent",
41
"Development Status :: 4 - Beta",
42
"License :: OSI Approved :: MIT License",
0 commit comments