← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~mitchburton/lpci:main into lpci:main

 

Mitch Burton has proposed merging ~mitchburton/lpci:main into lpci:main.

Commit message:
add noble to PackageSuite enum

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~mitchburton/lpci/+git/lpci/+merge/465112
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~mitchburton/lpci:main into lpci:main.
diff --git a/lpci/config.py b/lpci/config.py
index 4af17e5..a9374a9 100644
--- a/lpci/config.py
+++ b/lpci/config.py
@@ -124,6 +124,7 @@ class PackageSuite(str, Enum):
     bionic = "bionic"  # 18.04
     focal = "focal"  # 20.04
     jammy = "jammy"  # 22.04
+    noble = "noble"  # 24.04
 
 
 class PPAShortFormURL(pydantic.ConstrainedStr):

Follow ups