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: I8dc49f25e1f77f53388a8a048d3f5f7e16c2f808
This commit is contained in:
parent
25146d215c
commit
a37018a3ad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user