Declare support for Python 3.5 in setup.cfg
This is required for the Python 3.5 goal to be finished for real. Change-Id: I66a3a50575ce4547bf04e3835a5c92c85977201a Related-Bug: #1673768
This commit is contained in:
parent
e882dfbd52
commit
8db78cb36a
@ -15,6 +15,8 @@ classifier =
|
|||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
|
Programming Language :: Python :: 3
|
||||||
|
Programming Language :: Python :: 3.5
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
data_files =
|
data_files =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user