From 768f62c0e1e1dcddc5bdf502d41289e576df1787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 4 Oct 2021 16:39:21 -1000 Subject: [PATCH] Drop support for Debian 9, Ubuntu 16.04, FreeBSD 11 (EOL) --- metadata.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/metadata.json b/metadata.json index 66c1fca1..dd710f7f 100644 --- a/metadata.json +++ b/metadata.json @@ -39,7 +39,6 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "9", "10", "11" ] @@ -47,7 +46,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04", "18.04", "20.04" ] @@ -55,7 +53,6 @@ { "operatingsystem": "FreeBSD", "operatingsystemrelease": [ - "11", "12", "13" ]