diff --git a/.travis.yml b/.travis.yml index 315f1701..def77900 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ cache: pip language: python sudo: false python: - - '3.4' - '3.5' - '3.6' install: diff --git a/setup.py b/setup.py index 4abdac91..b4ebda8e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Quality Assurance'