From da746c5509dc31e1dd811f87e6b2004bcfbb95b1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 3 Mar 2018 07:33:40 -0500 Subject: [PATCH 1/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6dba6f3..e7d3c34 100644 --- a/README.rst +++ b/README.rst @@ -164,4 +164,4 @@ Installation $ pipenv install requests-html ✨🍰✨ -Only later versions of **Python 3** are supported. +Only **Python 3.6** is supported. From 914b3bf62e965d37870f10dc128362cd1b0f7066 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 3 Mar 2018 07:34:10 -0500 Subject: [PATCH 2/2] Update index.rst --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index f8c75bb..ba7013e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -42,7 +42,7 @@ Installation $ pipenv install requests-html ✨🍰✨ -Only later versions of **Python 3** are supported. +Only **Python 3.6** is supported. Tutorial & Usage