diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-21 07:11:53 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-21 07:11:53 -0500 |
| commit | 3b483e7b41c776f0b702cdec9a912945e1301021 (patch) | |
| tree | adc9528d11c30c0c2cfa3332f4931e35ae799768 /doc | |
| parent | b94ad59aaa14209385e65c9ede38c618c3377097 (diff) | |
| download | python-coveragepy-git-3b483e7b41c776f0b702cdec9a912945e1301021.tar.gz | |
Try to describe what PyPy we test with
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/index.rst b/doc/index.rst index efbb556d..25fd1bc2 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -71,17 +71,17 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 4.2b1, released July 4th 2016. It is + The latest version is coverage.py 4.3b1, released July 4th 2016. It is supported on: - * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5. + * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6. - * PyPy 4.0 and 5.1. + * PyPy2 5.6. - * PyPy3 2.4 and 5.2. + * PyPy3 5.5. **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 4.1, `described here`_. + apply.** The latest stable version is coverage.py 4.2, `described here`_. .. _described here: http://nedbatchelder.com/code/coverage |
