From b25c4d6d946bdc7f573f0da4f7d317df400e4930 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 20 Oct 2022 09:42:58 +0100 Subject: [PATCH] Update the minimum-supported Python mentioned in the intro --- 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 63cbfdb8..907b831c 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.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.