Skip to content

Added Python 3.12 support

Compare
Choose a tag to compare
@jaltmayerpizzorno jaltmayerpizzorno released this 26 Oct 17:58
· 162 commits to main since this release

This release:

  • adds Python 3.12 support, based on the new PEP669 (sys.monitoring) API, rather than bytecode rewriting;
  • under Python 3.12, limits support for branch coverage to source files with less than ~32k lines. This is to facilitate adopting PEP669;
  • changes the version number to 1.0.1, as this project is now (far) beyond being experimental.