From a490f090741b9a557d26cd7791ab5eea4d3820e3 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 10 Oct 2022 16:41:09 +0100 Subject: [PATCH] Bump the major version of Rich The minimum-supported Python has changed from 3.6.x to 3.7. See #2566. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a75b561..60474104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rich" homepage = "https://github.com/willmcgugan/rich" documentation = "https://rich.readthedocs.io/en/latest/" -version = "12.6.0" +version = "13.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"