Merge pull request #408 from ThomasWaldmann/drop-py34
drop support for python 3.4, fixes #406
This commit is contained in:
commit
363c0fe41b
@ -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
|
||||
|
1
setup.py
1
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user