diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-10-06 10:46:14 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-10-06 10:46:14 -0400 |
commit | d62fbd378dde67612546076c8c804dfdb595a15e (patch) | |
tree | c31c7caf79c8480252c497b985a3334493c4c044 /doc | |
parent | 04ff188349df84f73167108314e9698059830279 (diff) | |
download | python-coveragepy-git-d62fbd378dde67612546076c8c804dfdb595a15e.tar.gz |
Add words about 3.8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index fc9f31c1..4aa7ee3c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -80,7 +80,7 @@ not. The latest version is coverage.py 5.0a2, released September 3rd 2018. It is supported on: - * Python versions 2.7, 3.4, 3.5, 3.6, and 3.7. + * Python versions 2.7, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8. * PyPy2 6.0 and PyPy3 6.0. |