1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 20:55:17 -04:00

[update] Prepare to remove Python 3.6 support

This commit is contained in:
pukkandan
2022-07-17 17:36:15 +05:30
parent f5e438a976
commit 24093d52a7
2 changed files with 17 additions and 9 deletions

View File

@@ -588,8 +588,8 @@ class YoutubeDL:
current_version = sys.version_info[:2]
if current_version < MIN_RECOMMENDED:
msg = ('Support for Python version %d.%d has been deprecated. '
'See https://github.com/yt-dlp/yt-dlp/issues/3764 for more details. '
'You will recieve only one more update on this version')
'See https://github.com/yt-dlp/yt-dlp/issues/3764 for more details.'
'\n You will no longer recieve updates on this version')
if current_version < MIN_SUPPORTED:
msg = 'Python version %d.%d is no longer supported'
self.deprecation_warning(