Rmove unsupported Python versions from Classifiers list in setup.py

This commit is contained in:
Debanjum Singh Solanky
2022-08-08 22:31:42 +03:00
parent ef009323e7
commit c00fcb70f6

View File

@@ -48,9 +48,6 @@ setup(
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",