dropped python 2.7 support

This commit is contained in:
Jonas Depoix 2021-12-10 17:17:56 +01:00
parent f5bbc91010
commit 7dac0410ab
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"

View File

@ -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",