Drop py26 and add py34
As of https://wiki.openstack.org/wiki/python3 OpenStack is dropping py26 for mitaka. In this patch I deleted py26 and added py34 Change-Id: Id44af177cbf2ddda294fb9a48ca9f1ecefc8d483
This commit is contained in:
parent
c5101bb180
commit
ee316eeaf9
@ -15,7 +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 :: 2.6
|
Programming Language :: Python :: 3
|
||||||
|
Programming Language :: Python :: 3.4
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Loading…
Reference in New Issue
Block a user