Remove support for py33/py26
Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra. The following patch removes the support for the same. Python 2.6 support from setup.cfg is removed in https://review.openstack.org/260818 Change-Id: Ibbc640c82cdc7f5f972f24ec00903914949eb713 Closes-Bug: #1526170
This commit is contained in:
parent
fd26d9d7e1
commit
e6a7cd7f0c
@ -16,7 +16,7 @@ classifier =
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.4
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
Reference in New Issue
Block a user