Skip to content

Commit d62fbd3

Browse files
committed
Add words about 3.8
1 parent 04ff188 commit d62fbd3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Unreleased
4141

4242
.. _issue 170: https://github.com/nedbat/coveragepy/issues/170
4343

44+
- Tentative support for Python 3.8, which has not yet released an alpha. Fixes
45+
`issue 707` and `issue 714`_.
46+
47+
.. _issue 707: https://github.com/nedbat/coveragepy/issues/707
48+
.. _issue 714: https://github.com/nedbat/coveragepy/issues/714
49+
4450
- Environment variable substitution in configuration files now supports two
4551
syntaxes for controlling the behavior of undefined variables: if ``VARNAME``
4652
is not defined, ``${VARNAME?}`` will raise an error, and ``${VARNAME-default

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library to determine which lines are executable, and which have been executed.
3535
Coverage.py runs on many versions of Python:
3636

3737
* CPython 2.7.
38-
* CPython 3.4 through 3.7.
38+
* CPython 3.4 through 3.8.
3939
* PyPy2 6.0 and PyPy3 6.0.
4040
* Jython 2.7.1, though not for reporting.
4141
* IronPython 2.7.7, though not for reporting.

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ not.
8080
The latest version is coverage.py 5.0a2, released September 3rd 2018.
8181
It is supported on:
8282

83-
* Python versions 2.7, 3.4, 3.5, 3.6, and 3.7.
83+
* Python versions 2.7, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8.
8484

8585
* PyPy2 6.0 and PyPy3 6.0.
8686

0 commit comments

Comments
 (0)