summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-05-03 16:11:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-05-03 16:11:05 -0400
commiteb0f90103d4fe5836fbfb6560f312057ac14c64f (patch)
treef6ae3c349485fa723bf4a317c3b8a2739c445de1 /setup.py
parent9d13bbc6832162c1e1a7019ae2ae787cddf7cd9c (diff)
downloadpython-coveragepy-eb0f90103d4fe5836fbfb6560f312057ac14c64f.tar.gz
Update the versions we support
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e8780f3..52eb086 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
library to determine which lines are executable, and which have been executed.
-Coverage.py runs on Pythons 2.6, 2.7, 3.2, 3.3, and PyPy 1.9.
+Coverage.py runs on CPython 2.6, 2.7, 3.2, 3.3, or 3.4, and PyPy 2.2.
Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue
tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, with a