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: I336da6d2f5dc0bacb12f9c3be6f00b2484e4c2d7
This commit is contained in:
Takashi Kajinami 2022-02-08 23:11:44 +09:00
parent 603e484fb6
commit cf7bf17e46
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,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