diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-01 18:03:50 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-02 07:38:15 -0400 |
commit | 236bc9317d208b24b418c9c167f22410613f4ade (patch) | |
tree | d754e917666018ff32d6790a6d0fc09015da3ee1 /README.rst | |
parent | 767a3de326cf438d4731cfddb3e58e6cba3fb5e1 (diff) | |
download | python-coveragepy-git-236bc9317d208b24b418c9c167f22410613f4ade.tar.gz |
docs: update Python versions supported
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -17,11 +17,10 @@ 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 many versions of Python: +Coverage.py runs on these versions of Python: -* CPython 2.7. -* CPython 3.5 through 3.10 alpha. -* PyPy2 7.3.3 and PyPy3 7.3.3. +* CPython 3.6 through 3.10 alpha. +* PyPy3 7.3.3. Documentation is on `Read the Docs`_. Code repository and issue tracker are on `GitHub`_. @@ -30,8 +29,7 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on .. _GitHub: https://github.com/nedbat/coveragepy -**New in 5.x:** SQLite data storage, JSON report, contexts, relative filenames, -dropped support for Python 2.6, 3.3 and 3.4. +**New in 6.x:** dropped support for Python 2.7 and 3.5. For Enterprise |