summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-02 22:05:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-02 22:05:31 -0400
commite179cf6d4abffe56ef04b07202865363f53bb814 (patch)
treea96e228cf9cc33824aaee23cf0e9380e031da9f6 /README.rst
parent5a995166b2215ebb14273715e189fbfb8d4b75c0 (diff)
downloadpython-coveragepy-git-e179cf6d4abffe56ef04b07202865363f53bb814.tar.gz
build: prep for 6.0 release
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 260f22c2..de045a9f 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ 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.10 alpha.
+* CPython 3.6 through 3.10.
* PyPy3 7.3.3.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
@@ -29,7 +29,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.
+**New in 6.x:** dropped support for Python 2.7 and 3.5; added support for 3.10
+match/case statements.
For Enterprise