diff options
| author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-09-27 17:30:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 22:30:31 +0000 |
| commit | cca534cd9e6850c70244f225a4a1895ef4bcdbec (patch) | |
| tree | 74690bd582119918d37ce785d788a4c1950762e4 /devscripts | |
| parent | 7509d692b37a7ec6230ea75bfe1e44a8de5eefce (diff) | |
Raise minimum recommended Python version to 3.9 (#11098)
Authored by: bashonly
Diffstat (limited to 'devscripts')
| -rw-r--r-- | devscripts/changelog_override.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json index 5189de2d7..7be750cfb 100644 --- a/devscripts/changelog_override.json +++ b/devscripts/changelog_override.json @@ -185,5 +185,10 @@ "action": "add", "when": "6075a029dba70a89675ae1250e7cdfd91f0eba41", "short": "[priority] Security: [[ie/douyutv] Do not use dangerous javascript source/URL](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-3v33-3wmw-3785)\n - A dependency on potentially malicious third-party JavaScript code has been removed from the Douyu extractors" + }, + { + "action": "add", + "when": "fb8b7f226d251e521a89b23c415e249e5b788e5c", + "short": "[priority] **The minimum *recommended* Python version has been raised to 3.9**\nSince Python 3.8 will reach end-of-life in October 2024, support for it will be dropped soon. [Read more](https://github.com/yt-dlp/yt-dlp/issues/10086)" } ] |
