Skip to content

Commit 510a4d9

Browse files
author
Steve Martinelli
committed
Remove py26 support
as of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: I66d168ecc755a3ea0e01d5b6344d06d9e0d1378b Closes-Bug: 1519510
1 parent bfa223f commit 510a4d9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifier =
1515
Programming Language :: Python
1616
Programming Language :: Python :: 2
1717
Programming Language :: Python :: 2.7
18-
Programming Language :: Python :: 2.6
1918
Programming Language :: Python :: 3
2019
Programming Language :: Python :: 3.4
2120

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 1.6
3-
envlist = py34,py26,py27,pep8
3+
envlist = py34,py27,pep8
44
skipdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)