python version changes
In OpenStack CI we use python 2.7 and 3.5, use those in tox.ini, remove 2.6, 3.3, 3.4 from setup. Remove 2.6 from setup.cfg and change 3.3 to 3.5. Change-Id: Ie69ca899f6fed9b1948d0fc3cb92393135d360b5
This commit is contained in:
parent
2b4fd81818
commit
8f9da79911
@ -15,9 +15,8 @@ classifier =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 2.6
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.5
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
Reference in New Issue
Block a user