diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-10-06 10:46:14 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-10-06 12:24:19 -0400 |
| commit | ca92e6153a3f8fec4dd33679da1950d98b4e4610 (patch) | |
| tree | 737b93d8e3d778a730e143e5298f2aac466eb1f2 | |
| parent | f12f8559c16ea172aac1f35fbe4f1b0232570df0 (diff) | |
| download | python-coveragepy-git-ca92e6153a3f8fec4dd33679da1950d98b4e4610.tar.gz | |
Add words about 3.8
(cherry picked from commit d62fbd378dde67612546076c8c804dfdb595a15e)
| -rw-r--r-- | CHANGES.rst | 14 | ||||
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | doc/index.rst | 2 |
3 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index e4243b9b..5ed2fd0b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,20 @@ Change history for Coverage.py .. Version 7.8.1 --- 2021-07-27 .. ---------------------------- +Unreleased +---------- + +- 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 + +- Development moved from `Bitbucket`_ to `GitHub`_. + +.. _Bitbucket: https://bitbucket.org/ned/coveragepy +.. _GitHub: https://github.com/nedbat/coveragepy + .. _changes_451: @@ -19,7 +19,7 @@ library to determine which lines are executable, and which have been executed. Coverage.py runs on many versions of Python: -* CPython 2.6, 2.7 and 3.3 through 3.7. +* CPython 2.6, 2.7 and 3.3 through pre-alpha 3.8. * PyPy2 5.10 and PyPy3 5.10. * Jython 2.7.1, though not for reporting. * IronPython 2.7.7, though not for reporting. diff --git a/doc/index.rst b/doc/index.rst index 1e70e30e..1e5ffbf4 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -67,7 +67,7 @@ not. The latest version is coverage.py 4.5.1, released February 10th 2018. It is supported on: - * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7. + * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8. * PyPy2 5.10 and PyPy3 5.10. |
