Skip to content

2.11

Choose a tag to compare

@facelessuser facelessuser released this 27 Aug 15:37
· 4 commits to master since this release

2.11

  • NEW: Add new command line option --skip-dict-compile which will skip the dictionary compiling step if the
    dictionary already exists. Changes to a custom dictionary will be ignored.
  • NEW: Drop support for Python 3.8.
  • NEW: Add official support for Python 3.13.
  • NEW: Add official support for Python 3.14.
  • NEW: Python filter is now aware of Python 3.14+ t-strings.