diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-25 15:43:44 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-25 15:54:39 -0500 |
| commit | a28e873891003ad31762e1214d32f54ec423fd62 (patch) | |
| tree | e9af8c2f06a415795279ccf568a19ff9a669e6a5 /doc | |
| parent | 69dbdcece78118d14aa45cacbe0d22eae494e99e (diff) | |
| download | python-coveragepy-git-a28e873891003ad31762e1214d32f54ec423fd62.tar.gz | |
Adapt to 3.9's way of reporting files using absolute paths.
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 3e40ce2c..5e32e08a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -31,7 +31,7 @@ not. The latest version is coverage.py 5.0b1, released November 11, 2019. It is supported on: - * Python versions 2.7, 3.5, 3.6, 3.7, and 3.8. + * Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 alpha. * PyPy2 7.2.0 and PyPy3 7.2.0. |
