Skip to content

Commit f5e9c4b

Browse files
lwalter86scls19fr
authored andcommitted
Drop Python 2.6 support (#14)
* Update .travis.yml Closes #13 * Update setup.py
1 parent 5b51775 commit f5e9c4b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
- "3.3"
65
- "3.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def readme():
6161

6262
'Programming Language :: Python',
6363
#'Programming Language :: Python :: 2',
64-
'Programming Language :: Python :: 2.6',
64+
#'Programming Language :: Python :: 2.6',
6565
'Programming Language :: Python :: 2.7',
6666
#'Programming Language :: Python :: 3',
6767
#'Programming Language :: Python :: 3.2',

0 commit comments

Comments
 (0)