From eff4275925dadbee58b162650e00efbdd1c27ab9 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 22 Jun 2022 06:20:40 +0530 Subject: [PATCH] Add deprecation warning for Py3.6 See: https://github.com/yt-dlp/yt-dlp/issues/3764 --- README.md | 2 +- yt_dlp/YoutubeDL.py | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d51dca35..c72703818 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ File|Description ## DEPENDENCIES -Python versions 3.6+ (CPython and PyPy) are supported. Other versions and implementations may or may not work correctly. +Python versions 3.7+ (CPython and PyPy) are supported. Other versions and implementations may or may not work correctly.