Skip to content

Commit

Permalink
Drop support for Python 2.5 / Jython.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 6, 2013
1 parent 77a59d2 commit a2c5545
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,11 @@
Changes
=======

0.5 (unreleased)
----------------

- Drop support for Python 2.5 / Jython.

0.4 (2012-02-14)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@
classifiers=[
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
Expand Down
6 changes: 1 addition & 5 deletions tox.ini
@@ -1,15 +1,11 @@
[tox]
envlist =
py25,py26,py27,py32,jython,pypy,cover
py26,py27,py32,pypy,cover

[testenv]
commands =
python setup.py test -q

[testenv:jython]
commands =
jython setup.py test -q

[testenv:cover]
basepython =
python2.6
Expand Down

0 comments on commit a2c5545

Please sign in to comment.