diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-03 16:11:05 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-03 16:11:05 -0400 |
commit | 1f914cec478cae073335eac2cbeaa67409a102c3 (patch) | |
tree | 8f2419231b4a77b5a2fa39dc934fdbdba38666e0 /setup.py | |
parent | d2dd88a346aa527824e510a2a5618db2e82616d6 (diff) | |
download | python-coveragepy-git-1f914cec478cae073335eac2cbeaa67409a102c3.tar.gz |
Update the versions we support
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |