From f2c3296e5f56f9330eeb1e3998b8c6af62d417f2 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 2 Oct 2023 14:25:39 -0500 Subject: [PATCH] Update target platforms for debs (#588) * Bionic is in ESM and does not package importlib-metadata * Buster does not package importlib-metadata * Stretch has Python 3.5 and hasn't been support for a long time now * Bookworm is the current "stable" Debian --- publish-python.yaml | 4 +--- stdeb.cfg | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/publish-python.yaml b/publish-python.yaml index 4b255406..3a0a1f1a 100644 --- a/publish-python.yaml +++ b/publish-python.yaml @@ -8,9 +8,7 @@ artifacts: config: repository: dirk-thomas/colcon distributions: - - ubuntu:bionic - ubuntu:focal - ubuntu:jammy - - debian:stretch - - debian:buster - debian:bullseye + - debian:bookworm diff --git a/stdeb.cfg b/stdeb.cfg index e274f195..54f6e44a 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -3,5 +3,5 @@ No-Python2: Depends3: python3-distlib, python3-empy, python3-packaging, python3-pytest, python3-setuptools Recommends3: python3-pytest-cov Suggests3: python3-pytest-repeat, python3-pytest-rerunfailures -Suite: bionic focal jammy stretch buster bullseye +Suite: focal jammy bullseye bookworm X-Python3-Version: >= 3.6