diff --git a/.travis.yml b/.travis.yml index fc5ca992..689bf1e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.5" - "3.6" - "3.7" - "3.8" diff --git a/setup.py b/setup.py index a13918c4..0922fa50 100644 --- a/setup.py +++ b/setup.py @@ -58,8 +58,6 @@ def get_static(name, condition=None): classifiers=[ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",