Skip to content

Commit 9726f0e

Browse files
committed
drop support for Python 2.6 and add support for Python 3.6
1 parent 6d5c8ad commit 9726f0e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- 2.6
54
- 2.7
65
- 3.3
76
- 3.4

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install
2626
Requirements
2727
------------
2828

29-
* Python 2.6, 2.7, 3.3, 3.4 or 3.5.
29+
* Python 2.7, 3.3, 3.4, 3.5 or 3.6.
3030

3131
Usage
3232
-----

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py33, py34, py35
2+
envlist = py27, py33, py34, py35, py36
33

44
[testenv]
55
commands =

0 commit comments

Comments
 (0)