From f25dc4316757180ce9952bf990394cb16bd16203 Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Wed, 30 Apr 2025 19:24:11 +0100 Subject: [PATCH 1/2] docs(readme): update python versions badge Update the badge in the README for currently supported Python versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 349f53a041..fff791b544 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) From c45f73ae26f76af444265500f5607869b1fc369b Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:02:51 +0100 Subject: [PATCH 2/2] docs(introduction): update minimum python version --- 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 907b831c6e..4ad34d128f 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.