From 7dac0410ab47fb666b469654a91b8b8f89c71d4a Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Fri, 10 Dec 2021 17:17:56 +0100 Subject: [PATCH] dropped python 2.7 support --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) 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",