Skip to content

Commit

Permalink
Drop support for Python 2.6 / 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 29, 2016
1 parent 75f1f86 commit 579528d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.2
- 3.3
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,10 +1,10 @@
Changelog
=========

4.1.3 (unreleased)
4.2.0 (unreleased)
------------------

- TBD
- Drop support for Python 2.6, 3.2.

4.1.2 (2015-04-03)
------------------
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -66,10 +66,8 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"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 :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py27-pure,py32,py33,py34,pypy,pypy3,coverage
py27,py27-pure,py33,py34,pypy,pypy3,coverage

[testenv]
commands =
Expand Down

0 comments on commit 579528d

Please sign in to comment.