aboutsummaryrefslogtreecommitdiff
path: root/devscripts
diff options
context:
space:
mode:
authorSimon Sawicki <contact@grub4k.xyz>2023-09-24 02:24:47 +0200
committerGitHub <noreply@github.com>2023-09-24 02:24:47 +0200
commit61bdf15fc7400601c3da1aa7a43917310a5bf391 (patch)
tree61661d25b39c6cfd9845422b778d9efd5cf86faf /devscripts
parent1eaca74bc2ca0f5b1ec532f24c61de44f2e8cb2d (diff)
[core] Raise minimum recommended Python version to 3.8 (#8183)
Authored by: Grub4K
Diffstat (limited to 'devscripts')
-rw-r--r--devscripts/changelog_override.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json
index e7f453acf..9dfbf510f 100644
--- a/devscripts/changelog_override.json
+++ b/devscripts/changelog_override.json
@@ -88,5 +88,10 @@
"when": "59e92b1f1833440bb2190f847eb735cf0f90bc85",
"short": "[rh:urllib] Simplify gzip decoding (#7611)",
"authors": ["Grub4K"]
+ },
+ {
+ "action": "add",
+ "when": "c1d71d0d9f41db5e4306c86af232f5f6220a130b",
+ "short": "[priority] **The minimum *recommended* Python version has been raised to 3.8**\nSince Python 3.7 has reached end-of-life, support for it will be dropped soon. [Read more](https://github.com/yt-dlp/yt-dlp/issues/7803)"
}
]