Skip to content

Commit

Permalink
Drop support for Python 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 20, 2014
1 parent 5f37797 commit 94ac9ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
@@ -1,8 +1,10 @@
zope.testrunner Changelog
*************************

4.4.2 (unreleased)
==================
Unreleased
==========

- Drop support for Python 3.1.

- Fix post-mortem debugging when a non-printable exception happens
(https://github.com/zopefoundation/zope.testrunner/issues/8).
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -141,7 +141,6 @@ def run_tests(self):
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
'Programming Language :: Python :: Implementation :: CPython',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py31,py32,py33,pypy
py26,py27,py32,py33,pypy

[testenv]
deps =
Expand Down

0 comments on commit 94ac9ff

Please sign in to comment.