Skip to content

v3.7.0

Latest
Compare
Choose a tag to compare
@P403n1x87 P403n1x87 released this 14 Oct 19:22
· 2 commits to master since this release
d624d58

What's New

  • Added support for CPython 3.13.

  • Improve support for Python processes running in containers.

  • Removed the exclude-empty option.

Bugfixes

  • Fixed a bug with the MOJO binary format that caused the line end position to wrongly be set to a non-zero value for CPython < 3.11, where line end information is not actually available.

New Contributors