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: I51552cadaed82b29dcd10043ba23a0682e549156
This commit is contained in:
Takashi Kajinami 2022-02-08 23:27:26 +09:00
parent fa29ed8e6d
commit 569caf0b7f
2 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,7 @@ setup.cfg
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

View File

@ -17,6 +17,7 @@ classifier =
Operating System :: OS Independent
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