diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 07:37:41 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 07:37:41 -0500 |
commit | d0a492c6a920ab8094e92b466c5f4fba0601d7db (patch) | |
tree | 4f3ef4d066d3cf044efcc8a97616dab54b9cf071 /doc/index.rst | |
parent | bb8dfbc5d72b9abdc56ee44cf055f43f4135b485 (diff) | |
download | python-coveragepy-git-d0a492c6a920ab8094e92b466c5f4fba0601d7db.tar.gz |
PyPy 4.0 works
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst index 725db71f..0094de53 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -54,8 +54,11 @@ not. .. ifconfig:: not prerelease The latest version is coverage.py 4.0.1, released 13 October 2015. - It is supported on Python versions 2.6, 2.7, 3.3, 3.4, and 3.5, as well - as PyPy 2.4 and 2.6, and PyPy3 2.4. + It is supported on: + + * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5 + * PyPy 2.4, 2.6, and 4.0 + * PyPy3 2.4 .. ifconfig:: prerelease |