Skip to content

The so long Python 3.7 release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 01 Oct 12:13
· 29 commits to master since this release

This version adds support for fine-grained information in tracebacks. In other words, it will highlight columns in tracebacks (for supported Python versions). Here's an example:

Screenshot 2024-10-01 at 13 07 35

This version also drops support for Python 3.7, which has long since reached its EOL. If you are stuck on Python3.7 for any reason, you will not be able to upgrade to this version, but nothing should break.

See below for other changes in this release.

[13.9.0] - 2024-10-01

Changed

  • Dropped support for Python3.7 #3509
  • Rich will display tracebacks with finely grained error locations on python 3.11+ #3486

Fixed

  • Fixed issue with Segment._split_cells #3506
  • Fix auto detection of terminal size on Windows #2916
  • Text.style now respected in Panel title/subtitle #3509