Remove Python 3.6 support

Closes #3764
This commit is contained in:
pukkandan 2022-07-18 05:50:54 +05:30
parent 0b5583b112
commit 6929b41a21
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
14 changed files with 24 additions and 58 deletions

View file

@ -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',