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
commitc52415c1263bea4864d065d26373547ce2fa7f9e (patch)
tree5792d0e6288cbbe6dee0f07bab114da5d176ee79 /setup.py
parent9571dd02e0638f6f5443a1fd67c9ba6bfb53af78 (diff)
downloadpython-coveragepy-c52415c1263bea4864d065d26373547ce2fa7f9e.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 3760f9b..5ba95f9 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