From c68ed1b1950f696408738806aed0a81177f06416 Mon Sep 17 00:00:00 2001 From: Stefan <96178532+stefan6419846@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:47:17 +0100 Subject: [PATCH] Fix supported Python versions in README (#803) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1d521063..333d439e 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. It is `available on PyPI `_ -and it supports all active versions of Python: 3.6+. +and it supports all active versions of Python: 3.8+.