1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +00:00

Revert "[build] Build Windows x86 version with py3.8"

This reverts commit aa75e51f99.

See #390

This is being reverted instead of modified due to #388
This commit is contained in:
pukkandan
2021-06-09 15:35:17 +05:30
parent aa75e51f99
commit b5c5d84f60
5 changed files with 17 additions and 14 deletions

View File

@@ -472,7 +472,8 @@ class YoutubeDL(object):
if sys.version_info < (3, 6):
self.report_warning(
'Python version %d.%d is not supported! Please update to Python 3.6 or above' % sys.version_info[:2])
'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])
def check_deprecated(param, option, suggestion):
if self.params.get(param) is not None: