From 799a9366e507923555180efb5f583268c96b566a Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 9 Feb 2024 14:39:35 -0600 Subject: [PATCH] Update deb platforms for release (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: * Ubuntu Noble (24.04 LTS pre-release) * Debian Trixie (testing) Dropped: * None Retained: * Debian Bookworm (stable) * Ubuntu Jammy (22.04 LTS) Co-authored-by: Steven! Ragnarök --- publish-python.yaml | 2 ++ stdeb.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/publish-python.yaml b/publish-python.yaml index c789efc..0f65d5c 100644 --- a/publish-python.yaml +++ b/publish-python.yaml @@ -9,4 +9,6 @@ artifacts: repository: dirk-thomas/colcon distributions: - ubuntu:jammy + - ubuntu:noble - debian:bookworm + - debian:trixie diff --git a/stdeb.cfg b/stdeb.cfg index 05e9daa..f6c4bfb 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,5 +1,5 @@ [colcon-clean] No-Python2: Depends3: python3-colcon-core (>= 0.5.2), python3-scantree -Suite: jammy bookworm +Suite: jammy noble bookworm trixie X-Python3-Version: >= 3.6