aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-07-18 05:50:54 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-07-18 06:31:14 +0530
commit6929b41a216e20f0498cbd99880b17eab16777c9 (patch)
treeacbf7d1155c39cdd4ae1e3567b994ea8c69958cd /setup.py
parent0b5583b112d418ba4d4eefcde1cd4d54ab95458a (diff)
downloadhypervideo-pre-6929b41a216e20f0498cbd99880b17eab16777c9.tar.lz
hypervideo-pre-6929b41a216e20f0498cbd99880b17eab16777c9.tar.xz
hypervideo-pre-6929b41a216e20f0498cbd99880b17eab16777c9.zip
Remove Python 3.6 support
Closes #3764
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ef9d3e91b..dab09c268 100644
--- a/setup.py
+++ b/setup.py
@@ -136,7 +136,7 @@ setup(
url='https://github.com/yt-dlp/yt-dlp',
packages=packages(),
install_requires=REQUIREMENTS,
- python_requires='>=3.6',
+ python_requires='>=3.7',
project_urls={
'Documentation': 'https://github.com/yt-dlp/yt-dlp#readme',
'Source': 'https://github.com/yt-dlp/yt-dlp',
@@ -148,7 +148,6 @@ setup(
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Programming Language :: Python',
- 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',