From 7623de710603d30ffa7bf6168e8643f025bc41ee Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 15 Dec 2023 15:43:00 +0200 Subject: [PATCH] README: Correct Python version compatibility --- README.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 9b408b9..f772041 100644 --- a/README.rst +++ b/README.rst @@ -35,20 +35,13 @@ Radon can compute: Requirements ------------ -Radon will run from **Python 2.7** to **Python 3.10** (except Python versions -from 3.0 to 3.3) with a single code base and without the need of tools like -2to3 or six. It can also run on **PyPy** without any problems (currently PyPy -3.5 v7.3.1 is used in tests). +Radon runs on **Python 3.7** and newer. Radon depends on as few packages as possible. Currently only `mando` is strictly required (for the CLI interface). `colorama` is also listed as a dependency but if Radon cannot import it, the output simply will not be colored. -**Note**: -**Python 2.6** was supported until version 1.5.0. Starting from version 2.0, it -is not supported anymore. - Installation ------------