Coverage 6.0 beta 1

4 · Ned Batchelder · July 18, 2021, 9:01 p.m.
I’ve just published coverage.py 6.0 beta 1. The latest changes are not monumental, but I would love for you to test it.The version bump to 6.0 is because I’ve dropped support for Python 2 and Python 3.5. But also because the changes to how third-party code is handled felt potentially disruptive. Please read that blog post for details.The other big thing happening with coverage.py is Python 3.10. Because of PEP 626 (“Precise line numbers for debugging and other tools”), there have been many ch...