mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
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:
parent
ae1ee4efa1
commit
303e9b5563
16 changed files with 38 additions and 38 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue