diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-21 08:46:15 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-25 19:01:10 -0400 |
| commit | fbb3533295cfcefc6574fb2186d4e8f4e2a20dd3 (patch) | |
| tree | 0f95bb46f17a95afc685b785f58c763ea3f2a13f /README.rst | |
| parent | 7de7a340afad244b010f8d4ca81868e65f9f156f (diff) | |
| download | python-coveragepy-git-fbb3533295cfcefc6574fb2186d4e8f4e2a20dd3.tar.gz | |
fix: changes for PyPy3.8
- Update tox.ini to let us run against PyPy3.8
- Some 3.8 behavior is (apparently) only on CPython
- PyPy3.8 doesn't get along with virtualenv yet
(https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our
virtualenv tests.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ library to determine which lines are executable, and which have been executed. Coverage.py runs on these versions of Python: * CPython 3.6 through 3.10. -* PyPy3 7.3.3. +* PyPy3 7.3.7. Documentation is on `Read the Docs`_. Code repository and issue tracker are on `GitHub`_. |
