hbmartin commited on
Commit
fe4dff7
·
1 Parent(s): 6448c85

drop 3.5 support

Browse files
Files changed (1) hide show
  1. setup.py +1 -2
setup.py CHANGED
@@ -34,7 +34,6 @@ setup(
34
  "Operating System :: Microsoft",
35
  "Operating System :: POSIX",
36
  "Operating System :: Unix",
37
- "Programming Language :: Python :: 3.5",
38
  "Programming Language :: Python :: 3.6",
39
  "Programming Language :: Python :: 3.7",
40
  "Programming Language :: Python :: 3.8",
@@ -50,7 +49,7 @@ setup(
50
  long_description_content_type="text/markdown",
51
  long_description=long_description,
52
  zip_safe=True,
53
- python_requires=">=3.5",
54
  project_urls={
55
  "Bug Reports": "https://github.com/hbmartin/pytube3/issues",
56
  "Read the Docs": "https://pytube3.readthedocs.io/en/latest/?badge=latest",
 
34
  "Operating System :: Microsoft",
35
  "Operating System :: POSIX",
36
  "Operating System :: Unix",
 
37
  "Programming Language :: Python :: 3.6",
38
  "Programming Language :: Python :: 3.7",
39
  "Programming Language :: Python :: 3.8",
 
49
  long_description_content_type="text/markdown",
50
  long_description=long_description,
51
  zip_safe=True,
52
+ python_requires=">=3.6",
53
  project_urls={
54
  "Bug Reports": "https://github.com/hbmartin/pytube3/issues",
55
  "Read the Docs": "https://pytube3.readthedocs.io/en/latest/?badge=latest",