mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 17:56:33 +00:00
Remove Debian buster from supported OS (#3483)
This commit is contained in:
parent
5fb2b99917
commit
b451e555d3
@ -5,7 +5,7 @@ from ...coresys import CoreSys
|
||||
from ..const import UnsupportedReason
|
||||
from .base import EvaluateBase
|
||||
|
||||
SUPPORTED_OS = ["Debian GNU/Linux 10 (buster)", "Debian GNU/Linux 11 (bullseye)"]
|
||||
SUPPORTED_OS = ["Debian GNU/Linux 11 (bullseye)"]
|
||||
|
||||
|
||||
def setup(coresys: CoreSys) -> EvaluateBase:
|
||||
|
Loading…
x
Reference in New Issue
Block a user