Merge pull request #3716 from TomJGooding/docs-readme-update-python-versions-badge

docs: update supported python versions
This commit is contained in:
Will McGugan 2025-05-19 18:03:49 +01:00 committed by GitHub
commit 8c4d3d1d50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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 <https://github.com/microsoft/terminal/releases>`_. 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.