Skip to content

bpython 0.25 release

Latest
Compare
Choose a tag to compare
@supakeen supakeen released this 17 Jan 09:28
· 6 commits to main since this release
72d8e61

General information:

  • The bpython-cli rendering backend has been removed following deprecation in
    version 0.19.
  • This release is focused on Python 3.13 support.

New features:

Fixes:

  • Fix signature support
    Thanks to gpotter2
  • #995: Fix handling of SystemExit
  • #996: Improve order of completion results
    Thanks to gpotter2
  • Fix build of documentation and manpages with Sphinx >= 7
  • #1001: Do not fail if modules don't have version

Changes to dependencies:

  • Remove use of distutils
    Thanks to Anderson Bravalheri

Support for Python 3.12 and 3.13 has been added. Support for Python 3.7 and 3.8 has been dropped.