From daf389377310f7f31b2171f51a79af82c31bf3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Mon, 3 Jan 2022 23:04:57 -0500 Subject: [PATCH] Update release distributions. (#236) * Drop Ubuntu Xenial which ended public support in April 2021 * Drop Debian Stretch which stopped receiving security updates in July 2021 * Add Ubuntu Jammy which is the forthcoming LTS in April 2022 * Add Debian Bullseye which is the current stable release of Debian --- publish-python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish-python.yaml b/publish-python.yaml index f85fa490..eebb5d81 100644 --- a/publish-python.yaml +++ b/publish-python.yaml @@ -8,8 +8,8 @@ artifacts: config: repository: dirk-thomas/vcstool distributions: - - ubuntu:xenial - ubuntu:bionic - ubuntu:focal - - debian:stretch + - ubuntu:jammy - debian:buster + - debian:bullseye