1
0
Fork 0

[build] Build Windows x86 version with py3.7

and remove redundant tests
Closes #390

:ci skip

Co-authored by: pukkandan, shirt-dev
This commit is contained in:
pukkandan 2021-06-06 00:47:18 +05:30
commit 0181adefc6
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
5 changed files with 17 additions and 18 deletions

View file

@ -472,8 +472,7 @@ class YoutubeDL(object):
if sys.version_info < (3, 6):
self.report_warning(
'Support for Python version %d.%d have been deprecated and will break in future versions of yt-dlp! '
'Update to Python 3.6 or above' % sys.version_info[:2])
'Python version %d.%d is not supported! Please update to Python 3.6 or above' % sys.version_info[:2])
def check_deprecated(param, option, suggestion):
if self.params.get(param) is not None: