diff --git a/README.md b/README.md index 55294331..e46a1e42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Supported Python Versions](https://img.shields.io/pypi/pyversions/rich/13.2.0)](https://pypi.org/project/rich/) [![PyPI version](https://badge.fury.io/py/rich.svg)](https://badge.fury.io/py/rich) +[![Supported Python Versions](https://img.shields.io/pypi/pyversions/rich)](https://pypi.org/project/rich/) [![PyPI version](https://badge.fury.io/py/rich.svg)](https://badge.fury.io/py/rich) [![Downloads](https://pepy.tech/badge/rich/month)](https://pepy.tech/project/rich) [![codecov](https://img.shields.io/codecov/c/github/Textualize/rich?label=codecov&logo=codecov)](https://codecov.io/gh/Textualize/rich) 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.