Skip to content

Commit

Permalink
Merge pull request #32 from di/drop-py26
Browse files Browse the repository at this point in the history
Drop Python 2.6 support
  • Loading branch information
tseaver authored Dec 1, 2016
2 parents 6826390 + f5b017a commit bb79d34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
Expand Down
3 changes: 2 additions & 1 deletion changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ translationstring
1.4 (unreleased)
----------------

- ..
- Drop support for Python 2.6
- Drop support for Python 3.2


1.3 (2014-11-05)
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
"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",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
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,py33,py34,py35,pypy,cover,docs

[testenv]
commands =
Expand Down

0 comments on commit bb79d34

Please sign in to comment.