diff mbox series

[yocto-autobuilder-helper] scripts/release-parser: allow whinlatter to go EOL

Message ID 20260521101357.2316629-1-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper] scripts/release-parser: allow whinlatter to go EOL | expand

Commit Message

Yoann Congal May 21, 2026, 10:13 a.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 scripts/release-parser.py | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/release-parser.py b/scripts/release-parser.py
index 5947dcc..4f928b3 100755
--- a/scripts/release-parser.py
+++ b/scripts/release-parser.py
@@ -23,7 +23,6 @@  print(f"Reading tag information in {GIT_REPO}")
 SUPPORTED_RELEASES = {
      "yocto-6.0": "LTS until Apr. 2030",
      "yocto-5.0": "LTS until Apr. 2028",
-     "yocto-5.3": "Stable Release until May 2026",
 }
 
 CURRENT_ACTIVE_DEV_CODENAME = "Blacksail"