From c45f73ae26f76af444265500f5607869b1fc369b Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:02:51 +0100 Subject: [PATCH] docs(introduction): update minimum python version --- docs/source/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 907b831c..4ad34d12 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -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 `_. 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.