summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-08 17:43:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-08 17:43:28 -0500
commitddab465a5d92619450314fc98214198db38168e6 (patch)
tree4e9b8b8b5fa09749f85ea9e621e654b8a2b26517 /setup.py
parentf22c360d62956a83d347c2a2161bba98d4c2bd4b (diff)
downloadpython-coveragepy-git-ddab465a5d92619450314fc98214198db38168e6.tar.gz
CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py supported it?
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 3760f9ba..5ba95f98 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 CPython 2.6, 2.7, 3.3, or 3.4, PyPy 2.4, and PyPy3 2.4.
+Coverage.py runs on CPython 2.6, 2.7, 3.3, 3.4 or 3.5, PyPy 2.4, and PyPy3 2.4.
Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue
tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, with a