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
commit1f914cec478cae073335eac2cbeaa67409a102c3 (patch)
tree8f2419231b4a77b5a2fa39dc934fdbdba38666e0 /setup.py
parentd2dd88a346aa527824e510a2a5618db2e82616d6 (diff)
downloadpython-coveragepy-git-1f914cec478cae073335eac2cbeaa67409a102c3.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 e8780f3a..52eb086f 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