diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-11 22:11:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-11 22:11:40 -0400 |
commit | 325906b1e80d65d400eaf4c6f928f662b6d114f8 (patch) | |
tree | 4e083d50f3f5dcb1cbca65bc69ca1830d80f3c15 | |
parent | a42ed2905db033b68d2f24a35dd4b360bf4376c2 (diff) | |
download | python-coveragepy-325906b1e80d65d400eaf4c6f928f662b6d114f8.tar.gz |
Update the support statement
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rw-r--r-- | doc/index.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index a69d761..4e657c3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ Change history for Coverage.py Latest ------ +- Officially support PyPy 2.3 and 2.4. + - The original command line switches (`-x` to run a program, etc) are no longer supported. diff --git a/doc/index.rst b/doc/index.rst index 2f5c28a..d557665 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -50,7 +50,7 @@ not. .. ifconfig:: prerelease The latest version is coverage.py 4.0a1, released 27 September 2014. - It is supported on Python versions 2.6 through 3.4, and PyPy 2.2. + It is supported on Python versions 2.6 through 3.4, and PyPy 2.2 through 2.4. **This is a pre-release build. The usual warnings about possible bugs apply.** The latest stable version is coverage.py 3.7.1, `described here`_. |