dropped python 2.7 support
This commit is contained in:
parent
f5bbc91010
commit
7dac0410ab
|
@ -1,6 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -34,7 +34,6 @@ setuptools.setup(
|
||||||
url="https://github.com/jdepoix/youtube-transcript-api",
|
url="https://github.com/jdepoix/youtube-transcript-api",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
classifiers=(
|
classifiers=(
|
||||||
"Programming Language :: Python :: 2.7",
|
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
|
|
Loading…
Reference in New Issue