Drop support for Debian 11 Bullseye (#5335)

This commit is contained in:
Matheson Steplock 2024-10-09 06:18:45 -04:00 committed by GitHub
parent 8601f5c49a
commit e2b25fe7ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ from ...coresys import CoreSys
from ..const import UnsupportedReason
from .base import EvaluateBase
SUPPORTED_OS = ["Debian GNU/Linux 11 (bullseye)", "Debian GNU/Linux 12 (bookworm)"]
SUPPORTED_OS = ["Debian GNU/Linux 12 (bookworm)"]
def setup(coresys: CoreSys) -> EvaluateBase: