From 8c57112109dbb35a3bc375fe34fdc33b14b97215 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 26 Jul 2023 14:36:12 +0200 Subject: [PATCH] tools/docker: disable debian-10 python too old --- tools/docker/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/docker/Makefile b/tools/docker/Makefile index cb8ddd9ee70..c98c0056f45 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -93,8 +93,7 @@ help: @echo -e "\t\t${BOLD}archlinux${RESET} (latest)" @echo -e "\t\t${BOLD}centos-7${RESET} (Centos 7 LTS)" @echo -e "\t\t${BOLD}debian-sid${RESET} (unstable)" - @echo -e "\t\t${BOLD}debian-11${RESET} (bullseye, latest)" - @echo -e "\t\t${BOLD}debian-10${RESET} (buster)" + @echo -e "\t\t${BOLD}debian-11${RESET} (bullseye)" @echo -e "\t\t${BOLD}fedora-39${RESET} (rawhide)" @echo -e "\t\t${BOLD}fedora-38${RESET} (rawhide)" @echo -e "\t\t${BOLD}fedora-37${RESET} (latest)" @@ -402,7 +401,7 @@ DISTROS := \ alpine-edge \ archlinux \ centos-7 \ - debian-10 debian-11 debian-sid \ + debian-11 debian-sid \ fedora-37 fedora-38 fedora-39 \ opensuse-leap \ ubuntu-20.04 ubuntu-22.04 ubuntu-22.10 ubuntu-23.04