Skip to content

Commit

Permalink
drop support for Python 2.6 and add support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Jan 23, 2018
1 parent 6d5c8ad commit 9726f0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python

python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -26,7 +26,7 @@ Install
Requirements
------------

* Python 2.6, 2.7, 3.3, 3.4 or 3.5.
* Python 2.7, 3.3, 3.4, 3.5 or 3.6.

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35
envlist = py27, py33, py34, py35, py36

[testenv]
commands =
Expand Down

0 comments on commit 9726f0e

Please sign in to comment.