From a6d9c27802bf160398633401fdbb2c089690cff6 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 9 Feb 2024 15:54:38 -0600 Subject: [PATCH] Update deb platforms for release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: * Debian Bookworm (stable) * Ubuntu Noble (24.04 LTS pre-release) * Debian Trixie (testing) Dropped: * Ubuntu Bionic (18.04 LTS) * Debian Bullseye (oldstable) * Debian Buster (oldoldstable) * Debian Stretch (EOL) Retained: * Ubuntu Focal (20.04 LTS) * Ubuntu Jammy (22.04 LTS) Co-authored-by: Steven! Ragnarök --- publish-python.yaml | 7 +++---- stdeb.cfg | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/publish-python.yaml b/publish-python.yaml index 4b25540..bd7c869 100644 --- a/publish-python.yaml +++ b/publish-python.yaml @@ -8,9 +8,8 @@ artifacts: config: repository: dirk-thomas/colcon distributions: - - ubuntu:bionic - ubuntu:focal - ubuntu:jammy - - debian:stretch - - debian:buster - - debian:bullseye + - ubuntu:noble + - debian:bookworm + - debian:trixie diff --git a/stdeb.cfg b/stdeb.cfg index 92099d9..d2526f4 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,5 +1,5 @@ [colcon-top-level-workspace] No-Python2: Depends3: python3-colcon-core -Suite: bionic focal jammy stretch buster bullseye +Suite: focal jammy noble bookworm trixie X-Python3-Version: >= 3.6