Bump minimum Python version to 3.6.3 (from 3.6.1)

The `OrderedDict[CacheKey, CacheValue]` code we use in the LRUCache class doesn't work with Python versions `3.6.1` and `3.6.2`, unfortunately
This commit is contained in:
Olivier Philippon 2022-04-04 16:15:53 +01:00
parent ae1ee4efa1
commit 303e9b5563
16 changed files with 38 additions and 38 deletions

View file

@ -12,7 +12,7 @@ Rich works with OSX, 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.1 and above. Note that Python 3.6.0 is *not* supported due to lack of support for methods on NamedTuples.
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.
.. note::
PyCharm users will need to enable "emulate terminal" in output console option in run/debug configuration to see styled output.