diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
commit | 4d38f23251046ec48a73cd1db5773a68d58130e5 (patch) | |
tree | 882dee1ba4d7811dd006cf7fad81835d978a05e2 /README.rst | |
parent | c2773105682ee01b5ebfe5d29e86a9634d02b053 (diff) | |
download | python-coveragepy-git-nedbat/drop-36.tar.gz |
build: drop Python 3.6 supportnedbat/drop-36
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -19,7 +19,9 @@ library to determine which lines are executable, and which have been executed. Coverage.py runs on these versions of Python: -* CPython 3.6 through 3.11. +.. PYVERSIONS + +* CPython 3.7 through 3.11. * PyPy3 7.3.7. Documentation is on `Read the Docs`_. Code repository and issue tracker are on @@ -29,8 +31,8 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on .. _GitHub: https://github.com/nedbat/coveragepy -**New in 6.x:** dropped support for Python 2.7 and 3.5; added support for 3.10 -match/case statements. +**New in 6.x:** dropped support for Python 2.7, 3.5, and 3.6; +added support for 3.10 match/case statements. For Enterprise |