Remove Python 3.4 references

This PR removes the Python 3.4 tox task and updates references in the
code to Python 3.5+.

tox complains about Python 3.4, which is EOL after next month:

> py34 installed: DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).
This commit is contained in:
John Franey 2019-02-06 10:23:27 -04:00
commit 63a72fc619
6 changed files with 4 additions and 7 deletions

View file

@ -1,7 +1,7 @@
Installing Pelican
##################
Pelican currently runs best on Python 2.7.x and 3.4+; earlier versions of
Pelican currently runs best on Python 2.7.x and 3.5+; earlier versions of
Python are not supported.
You can install Pelican via several different methods. The simplest is via