From: xstnztk Date: Thu, 1 Nov 2018 12:06:21 +0000 (+0100) Subject: Python version 3.5 sufficient X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fdfdefd176fe197f68c52bf03957983b4a9c91f3;p=stevenblack-hosts.git Python version 3.5 sufficient Python version 3.7 is actually not required for building one's own hosts file. According to the CI configuration, any version >= 3.5 should work. Tested with Python 3.6.6 on Ubuntu 18.04. --- diff --git a/readme.md b/readme.md index 931275a84..fa15c9c04 100644 --- a/readme.md +++ b/readme.md @@ -92,7 +92,7 @@ Data for extensions is stored in the [`extensions`](https://github.com/StevenBla ## Generate your own unified hosts file -To generate your own unified hosts file you will need Python 3.7 or later. +To generate your own unified hosts file you will need Python 3.5 or later. First install the dependencies with: diff --git a/readme_template.md b/readme_template.md index 3f509798c..911cd8028 100644 --- a/readme_template.md +++ b/readme_template.md @@ -61,7 +61,7 @@ Data for extensions is stored in the [`extensions`](https://github.com/StevenBla ## Generate your own unified hosts file -To generate your own unified hosts file you will need Python 3.7 or later. +To generate your own unified hosts file you will need Python 3.5 or later. First install the dependencies with: