Add Python 3 only classifier

Python 2 support was removed during Ussuri cycle. This change adds
the classifier to clearly state that only Python 3 is supported.

Change-Id: Iaff42279c88bd72eaa1ed58d2a675b5967896069
This commit is contained in:
Takashi Kajinami 2022-02-08 23:14:31 +09:00 committed by Douglas Mendizábal
parent 8e3a391fd6
commit ed56446d2d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7