From d2c0026b3135dbe588fe844704846ae357123d0f Mon Sep 17 00:00:00 2001 From: "Steve (Gadget) Barnes" Date: Thu, 17 Oct 2019 08:02:52 +0100 Subject: [PATCH] Update README.rst for Python Version Changed Only Python 3.6 is supported to Only Python 3.6 and above is supported. Fix #319 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 386eb84..e53cddc 100644 --- a/README.rst +++ b/README.rst @@ -253,4 +253,4 @@ Installation $ pipenv install requests-html ✨🍰✨ -Only **Python 3.6** is supported. +Only **Python 3.6 and above** is supported.