summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-05-04 09:25:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-05-04 09:25:37 -0400
commit436b8d2d64399135f8e064bc3dd7326245b9f00a (patch)
tree4d2165564e1c81d3887fa2f23b5ff1bf6023f7c6 /setup.py
parent84f6c1416d53cbe0422d4e9fb5e427cdb14eca54 (diff)
downloadpython-coveragepy-436b8d2d64399135f8e064bc3dd7326245b9f00a.tar.gz
Update the Python versions supported in setup.pycoverage-3.5.2
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 bad1c04..5d6c4d7 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.3 through 3.2.
+Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.8.
Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue
tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.