diff --git a/.travis.yml b/.travis.yml index 10deb0a..61427f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.5" - "3.6" - "3.7" diff --git a/setup.py b/setup.py index f69fc55..ae9e7b5 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,6 @@ setuptools.setup( url="https://github.com/jdepoix/youtube-transcript-api", packages=setuptools.find_packages(), classifiers=( - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",