From 71834bfd4cccec018b10e78c729f92b55846a2bb Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Mon, 26 Dec 2022 10:06:25 -0500 Subject: [PATCH] increase minimum node version --- hyperglass/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperglass/constants.py b/hyperglass/constants.py index 04c3368..75db52b 100644 --- a/hyperglass/constants.py +++ b/hyperglass/constants.py @@ -13,7 +13,7 @@ METADATA = (__name__, __version__, __author__, __copyright__, __license__) MIN_PYTHON_VERSION = (3, 8) -MIN_NODE_VERSION = 14 +MIN_NODE_VERSION = 18 TARGET_FORMAT_SPACE = ("huawei", "huawei_vrpv8")