Skip to content

Commit

Permalink
Drop Python 2.6 support.
Browse files Browse the repository at this point in the history
Tox no longer runs successfully with this old version.
  • Loading branch information
Michael Howitz committed Jul 5, 2016
1 parent 0560886 commit 7563d33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ CHANGES
- Update dependencies to no longer pin alpha versions of packages which already
have final releases.

- Drop support for Python 2.6.


4.0.0a4 (2013-03-19)
--------------------
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
'License :: OSI Approved :: Zope Public License',
'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.3',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33
envlist = py27,py33

[testenv]
commands =
Expand Down

0 comments on commit 7563d33

Please sign in to comment.