Update the minimum-supported Python mentioned in the intro

This commit is contained in:
Dave Pearson 2022-10-20 09:42:58 +01:00
parent d856be8e1c
commit b25c4d6d94
No known key found for this signature in database
GPG Key ID: B413E0EF113D4ABF
1 changed files with 1 additions and 1 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.6.3 and above. Note that Python 3.6.0 is *not* supported due to lack of support for methods on NamedTuples.
Rich requires Python 3.7.0 and above.
.. note::
PyCharm users will need to enable "emulate terminal" in output console option in run/debug configuration to see styled output.