From 2a6cb98a5173ae6a7586ed76b1f2c360f72c8014 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 25 Jul 2024 09:40:08 -0400 Subject: [PATCH] Remove Debian 10 from supported OS as it has not had Debian Security Support since 10 Sep 2022 --- docs/main/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index b2cb8e8..1c05897 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -30,7 +30,7 @@ The following operating systems are **officially** supported: | Raspberry Pi OS
(formerly Raspbian) | Buster / Bullseye | ARM | | Armbian OS | Any | ARM / x86_64 / riscv64 | | Ubuntu | 20.x / 22.x / 23.x / 24.x | ARM / x86_64 | -| Debian | 10 / 11 / 12 | ARM / x86_64 / i386 | +| Debian | 11 / 12 | ARM / x86_64 / i386 | | Fedora | 39 / 40 | ARM / x86_64 | | CentOS Stream | 9 | x86_64 |