diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-08-03 13:03:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-08-03 13:03:01 -0400 |
commit | bdd9842239a79d62ddf7758073c7c2d25e31b162 (patch) | |
tree | bc05a3b3feafd430c371399a885041ca5bba4e19 /doc | |
parent | abedc7f2292d0f81caebfbe8bea09cb28a7f679f (diff) | |
download | python-coveragepy-bdd9842239a79d62ddf7758073c7c2d25e31b162.tar.gz |
Add support for PyPy3 5.2 alpha 1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst index 44996dd..efbb556 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -67,7 +67,7 @@ not. * PyPy 4.0 and 5.1. - * PyPy3 2.4. + * PyPy3 2.4 and 5.2 .. ifconfig:: prerelease @@ -78,7 +78,7 @@ not. * PyPy 4.0 and 5.1. - * PyPy3 2.4. + * PyPy3 2.4 and 5.2. **This is a pre-release build. The usual warnings about possible bugs apply.** The latest stable version is coverage.py 4.1, `described here`_. |