Version 7.6.1 — 2024-08-04
- Fix: coverage used to fail when measuring code using https://docs.python.org/3/library/runpy.html#runpy.run_path with a https://docs.python.org/3/library/pathlib.html#pathlib.Path argument. This is now fixed, thanks to Ask Hjorth Larsen.
- Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed, thanks to LiuYinCarl.
- Now we publish wheels for Python 3.13, both regular and free-threaded.
➡️ PyPI page: coverage 7.6.1.
➡️ To install: python3 -m pip install coverage==7.6.1