dropped python 2.7 support
This commit is contained in:
parent
f5bbc91010
commit
7dac0410ab
|
@ -1,6 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
|
1
setup.py
1
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",
|
||||
|
|
Loading…
Reference in New Issue