From 5bf6f169bb6fe68b589883d3692db66a71dee495 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 9 Feb 2024 14:49:19 -0600 Subject: [PATCH] Update deb platforms for release (#21) 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: * Debian Bullseye (oldstable) Retained: * Debian Bookworm (stable) * Ubuntu Focal (20.04 LTS) * Ubuntu Jammy (22.04 LTS) Co-authored-by: Steven! Ragnarök --- publish-python.yaml | 3 ++- stdeb.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 diff --git a/stdeb.cfg b/stdeb.cfg index cbd3626..e86adcb 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,5 +1,5 @@ [colcon-library-path] No-Python2: Depends3: python3-colcon-core -Suite: focal jammy bullseye bookworm +Suite: focal jammy noble bookworm trixie X-Python3-Version: >= 3.6