Drop support for Python 3.4 (EOL 2019-03-16)

This commit is contained in:
hugovk 2018-11-26 22:50:06 +02:00 committed by Hugo
parent 53806b0a71
commit 742df8b674
4 changed files with 5 additions and 8 deletions

View file

@ -1,5 +1,5 @@
[tox]
envlist = py37, py36, py35, py34, pypy3, py38dev
envlist = py37, py36, py35, pypy3, py38dev
recreate = False
[testenv]