Skip to content

Commit c410a0f

Browse files
author
Teddy Reed
authored
Remove support for py2.6 (#50)
1 parent 9e8eaf8 commit c410a0f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ cache:
44
directories:
55
- $HOME/.cache/pip
66
python:
7-
- 2.6
87
- 2.7
98
- 3.3
109
- 3.4

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def run(self):
106106
"License :: OSI Approved :: BSD License",
107107

108108
"Programming Language :: Python :: 2",
109-
"Programming Language :: Python :: 2.6",
110109
"Programming Language :: Python :: 2.7",
111110
"Programming Language :: Python :: 3",
112111
"Programming Language :: Python :: 3.3",

0 commit comments

Comments
 (0)