From: Bob Halley Date: Tue, 9 Apr 2019 00:51:34 +0000 (-0700) Subject: get rid of python 3.4 as mypy does not support typechecking on it any more X-Git-Tag: v2.0.0rc1~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab95c61d554dcf8bc2cf991811165a320991b8c;p=thirdparty%2Fdnspython.git get rid of python 3.4 as mypy does not support typechecking on it any more --- diff --git a/.travis.yml b/.travis.yml index 41f80ae2..1d6691cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.4" - "3.5" - "3.6" #- "nightly" diff --git a/tox.ini b/tox.ini index e0fa0f93..7837025b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] envlist = - py34, py35, py36, py37,