summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-28 21:17:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-28 21:17:35 -0500
commit402d9981e0627cf381291e5898608b5592f9be57 (patch)
treefe3166eeec35b43df67cb275693a874a4d3f6d8a /setup.py
parentf5fe1381c68ceb0f545ffbe51e281490fdc055de (diff)
downloadpython-coveragepy-coverage-3.6b1.tar.gz
Bump the PyPy version.coverage-3.6b1
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 6c07a12..da054b7 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.3, and PyPy 1.8.
+Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.9.
Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue
tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.