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. Change-Id: I7c8a1a39f0e86cbd38466c2dcd611a8f513c8adc Closes-Bug: #1526170
This commit is contained in:
parent
f773f17927
commit
b6b1e42fce
1
setup.py
1
setup.py
@ -40,7 +40,6 @@ setup(
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Environment :: No Input/Output (Daemon)',
|
||||
'Environment :: OpenStack',
|
||||
|
Loading…
Reference in New Issue
Block a user