diff --git a/.travis.yml b/.travis.yml index ab9fb85..e3b881d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,8 @@ cache: pip python: - "3.7" - # - "3.6" - # - "3.5" - # - "3.4" # not available for xenial + - "3.6" + - "3.5" - "2.7" before_install: diff --git a/setup.py b/setup.py index 4afe356..1ce21c9 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,6 @@ setuptools.setup( "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", @@ -77,4 +76,4 @@ setuptools.setup( "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", ], -) \ No newline at end of file +)