Skip to content

Commit

Permalink
Add words about 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 6, 2018
1 parent 04ff188 commit d62fbd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Unreleased

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

- Tentative support for Python 3.8, which has not yet released an alpha. Fixes
`issue 707` and `issue 714`_.

.. _issue 707: https://github.com/nedbat/coveragepy/issues/707
.. _issue 714: https://github.com/nedbat/coveragepy/issues/714

- Environment variable substitution in configuration files now supports two
syntaxes for controlling the behavior of undefined variables: if ``VARNAME``
is not defined, ``${VARNAME?}`` will raise an error, and ``${VARNAME-default
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library to determine which lines are executable, and which have been executed.
Coverage.py runs on many versions of Python:

* CPython 2.7.
* CPython 3.4 through 3.7.
* CPython 3.4 through 3.8.
* PyPy2 6.0 and PyPy3 6.0.
* Jython 2.7.1, though not for reporting.
* IronPython 2.7.7, though not for reporting.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d62fbd3

Please sign in to comment.