From 3128d486a770c96ab1ab5a7db38879fbc409135e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Fri, 19 Jan 2024 15:48:11 -0800 Subject: [PATCH 1/2] Update deb platforms for release Added: * Ubuntu Noble (24.04 LTS pre-release) * Debian Trixie (testing) Dropped: * Debian Bullseye (oldstable) Retained: * Debian Bookworm (stable) * Ubuntu Focal (20.04 LTS) * Ubuntu Jammy (22.04 LTS) --- stdeb.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdeb.cfg b/stdeb.cfg index 23e63eb..1ba4509 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,5 +1,5 @@ [colcon-ed] No-Python2: Depends3: python3-colcon-core (>= 0.5.2) -Suite: focal jammy bullseye bookworm +Suite: focal jammy noble bookworm trixie X-Python3-Version: >= 3.6 From 1f929a17eb77c3ae5289f255ce728384b53a8b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Fri, 19 Jan 2024 16:09:51 -0800 Subject: [PATCH 2/2] Update publish-python platforms. --- publish-python.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish-python.yaml b/publish-python.yaml index 3a0a1f1..bd7c869 100644 --- a/publish-python.yaml +++ b/publish-python.yaml @@ -10,5 +10,6 @@ artifacts: distributions: - ubuntu:focal - ubuntu:jammy - - debian:bullseye + - ubuntu:noble - debian:bookworm + - debian:trixie