summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-11 19:22:04 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-12 07:39:11 -0500
commit242619a79d628b9e70d746cad7d78267ff678c89 (patch)
treeae48c77c2648701790f5a478abf35de2afd41193
parent0086c8987191ce868ddbbb3ed4876e920af422c6 (diff)
downloadpython-coveragepy-git-242619a79d628b9e70d746cad7d78267ff678c89.tar.gz
Python 3.8 passes all tests
(cherry picked from commit 3c1005ad004b5cf21e23d05854e82adc858de8d9)
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 23642a53..f6406ffb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,8 +21,8 @@ Unreleased
- Namespace packages are supported on Python 3.7, where they used to cause
TypeErrors about path being None. Fixes `issue 700`_.
-- Partial support for Python 3.8, which has not yet released an alpha. Fixes
- `issue 707` and `issue 714`_.
+- Python 3.8 (as of today!) passes all tests. Fixes `issue 707` and
+ `issue 714`_.
- Development moved from `Bitbucket`_ to `GitHub`_.