Supports Python 3.8 – Python 3.13
See also the announcement post for this release.
Bug Fixes
- Fixed a crash on Python 3.12.6.
- Keyword objects can now be compared to each other with
<
etc. - The order of evaluation in multi-item
with
s now matches that of nested one-itemwith
s. - Fixed a bug in which the REPL misinterpreted the symbol
pass
.