Skip to content

Release 0.27.5

Latest

Choose a tag to compare

@maxbachmann maxbachmann released this 12 Sep 20:22
· 1 commit to main since this release
3214aeb

Fixed

  • avoid unnecessary len calls on iterables. This avoids a crash when changing the size of the iterable after the len call.

Added

  • Add support for Python 3.15

Removed

  • removed support for Python 3.10