diff --git a/.travis.yml b/.travis.yml index d737f39..f3ee0d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,7 @@ language: python python: - 3.6 - 3.5 - - 3.4 - 2.7 - # - 2.6 cache: pip diff --git a/setup.py b/setup.py index 1789b2f..5ac9098 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,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',