Skip to content

Commit 690c368

Browse files
committed
Update classifiers
1 parent 4f2d6a3 commit 690c368

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131
python_requires=">=3.6",
3232
classifiers=[
3333
"Intended Audience :: Developers",
34-
"Topic :: Software Development :: CLI",
3534
"Programming Language :: Python :: 3.6",
3635
"Programming Language :: Python :: 3.7",
3736
"Programming Language :: Python :: 3.8",
37+
"Programming Language :: Python :: 3.9",
38+
"Programming Language :: Python :: 3.10",
39+
"Programming Language :: Python :: 3.11",
3840
"Operating System :: OS Independent",
3941
"Development Status :: 4 - Beta",
4042
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)