Merge pull request #3716 from TomJGooding/docs-readme-update-python-versions-badge

docs: update supported python versions
This commit is contained in:
Will McGugan 2025-05-19 18:03:49 +01:00 committed by GitHub
commit 8c4d3d1d50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Rich works with macOS, Linux and Windows.
On Windows both the (ancient) cmd.exe terminal is supported and the new `Windows Terminal <https://github.com/microsoft/terminal/releases>`_. The latter has much improved support for color and style.
Rich requires Python 3.7.0 and above.
Rich requires Python 3.8.0 and above.
.. note::
PyCharm users will need to enable "emulate terminal" in output console option in run/debug configuration to see styled output.