diff --git a/packaging_automation/common_tool_methods.py b/packaging_automation/common_tool_methods.py index 9d68d406..8521e8d7 100644 --- a/packaging_automation/common_tool_methods.py +++ b/packaging_automation/common_tool_methods.py @@ -37,11 +37,11 @@ referenced_repos: List[Repo] = [] supported_platforms = { - "debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy", "noble"], + "debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy"], "almalinux": ["8", "9"], "el": ["9", "8", "7", "6"], "ol": ["9", "8", "7"], - "ubuntu": ["focal", "bionic", "trusty", "jammy", "kinetic"], + "ubuntu": ["focal", "bionic", "trusty", "jammy", "kinetic", "noble"], }