Merge pull request #408 from ThomasWaldmann/drop-py34

drop support for python 3.4, fixes #406
This commit is contained in:
TW 2019-04-04 21:06:37 +02:00 committed by GitHub
commit 363c0fe41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -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',