Skip to content

Commit

Permalink
Drop Python 2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Oct 31, 2016
1 parent 6826390 commit 79502d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
Expand Down
2 changes: 1 addition & 1 deletion changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ translationstring
1.4 (unreleased)
----------------

- ..
- Drop support for Python 2.6


1.3 (2014-11-05)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,py34,py35,pypy,cover,docs
envlist =
py27,py32,py33,py34,py35,pypy,cover,docs

[testenv]
commands =
Expand Down

0 comments on commit 79502d0

Please sign in to comment.