From 84f3c33061ca1d1836168784c491e7605106a69a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 4 Apr 2019 20:11:00 +0200 Subject: [PATCH] drop support for python 3.4, fixes #406 you currently need either 2.7 or 3.5+. --- .travis.yml | 3 --- setup.py | 1 - 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6209f2b..e938af6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,6 @@ matrix: - python: "2.7" dist: trusty env: DJANGO=1.11 COVERAGE="coverage run -m" TEST_K="not ddns_client" TEST_OPTS="--pep8" - - python: "3.4" - dist: trusty - env: DJANGO=1.11 - python: "3.5" dist: trusty env: DJANGO=1.11 diff --git a/setup.py b/setup.py index 543b32f..448c722 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,6 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',