coveragepy
coveragepy copied to clipboard
Add support for Python 3.13
Is your feature request related to a problem? Please describe. Currently coverage supports Python until 3.12.0rc1. Pywikibot framework CI tests for example are tested for Python 3.13-dev too but coverage fails with IndexError.
See https://phabricator.wikimedia.org/T346862 for traceback and CI log
Note: This exception is also raised for coverage 6.5 as well as 7.3.1.
I usually start adding support for a version when the first alpha is released.
I usually start adding support for a version when the first alpha is released.
Thanks, yes. There are some odd problems reading frame objects in the C code, and I could use some help figuring it out.
This issue is solved probably with https://github.com/nedbat/coveragepy/commit/7b8dec9a2ef9e0abe50607982b79e6454d0e4ec8