Update setup.py
Browse files
setup.py
CHANGED
|
@@ -49,7 +49,7 @@ setup(
|
|
| 49 |
long_description_content_type="text/markdown",
|
| 50 |
long_description=long_description,
|
| 51 |
zip_safe=True,
|
| 52 |
-
python_requires=">=3.
|
| 53 |
project_urls={
|
| 54 |
"Bug Reports": "https://github.com/pytube/pytube/issues",
|
| 55 |
"Read the Docs": "https://pytube.io",
|
|
|
|
| 49 |
long_description_content_type="text/markdown",
|
| 50 |
long_description=long_description,
|
| 51 |
zip_safe=True,
|
| 52 |
+
python_requires=">=3.7",
|
| 53 |
project_urls={
|
| 54 |
"Bug Reports": "https://github.com/pytube/pytube/issues",
|
| 55 |
"Read the Docs": "https://pytube.io",
|