diff options
author | bashonly <bashonly@protonmail.com> | 2024-10-07 18:33:33 -0500 |
---|---|---|
committer | bashonly <bashonly@protonmail.com> | 2024-10-07 18:33:33 -0500 |
commit | 1a176d874e6772cd898ce507379ea388e96ee3f7 (patch) | |
tree | 0ab0a238e8539322e1b48d03b2c91d55a862fa6a /devscripts | |
parent | 079a7bc334281d3c13d347770ae5f9f2b7da471a (diff) |
[cleanup] Misc
Authored by: bashonly
Diffstat (limited to 'devscripts')
-rw-r--r-- | devscripts/changelog_override.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json index 7be750cfb..e7f553a5f 100644 --- a/devscripts/changelog_override.json +++ b/devscripts/changelog_override.json @@ -190,5 +190,11 @@ "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)" + }, + { + "action": "change", + "when": "b31b81d85f00601710d4fac590c3e4efb4133283", + "short": "[ci] Rerun failed tests (#11143)", + "authors": ["Grub4K"] } ] |