diff --git a/.travis.yml b/.travis.yml index 7e7808c..9303177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: python matrix: include: - python: "2.7" - - python: "3.4" - python: "3.5" - python: "3.6" - python: "3.7" diff --git a/setup.py b/setup.py index d0017af..85b89a0 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,6 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Internet :: WWW/HTTP',