From 202c639a43a1f08fa0c833d066e993bea6d93f45 Mon Sep 17 00:00:00 2001 From: Stefan <96178532+stefan6419846@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:22:55 +0100 Subject: [PATCH] Fix supported Python versions in README --- 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+.