Remove Python 2.6 support
OpenStack dropped Python 2.6 support, so let's remove it from setup.cfg and drop the argparse requirement as it is native in Python >2.7. Change-Id: Ia6ac526dd40386a69d7993cb9394debf58eed88d
This commit is contained in:
parent
fffb6fa89d
commit
f0ee8be9a7
@ -3,7 +3,6 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
|
||||
argparse
|
||||
Babel>=1.3
|
||||
iso8601>=0.1.9
|
||||
PrettyTable>=0.7,<0.8
|
||||
|
@ -16,7 +16,6 @@ classifier =
|
||||
Operating System :: OS Independent
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.6
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user