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.
This commit is contained in:
xstnztk 2018-11-01 13:06:21 +01:00
parent 101a5ee2ab
commit fdfdefd176
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: