Merge "Add MV 3.63 to the max supported version"

This commit is contained in:
Zuul
2021-03-10 00:21:59 +00:00
committed by Gerrit Code Review

View File

@@ -29,7 +29,7 @@ LOG = logging.getLogger(__name__)
# key is a deprecated version and value is an alternative version.
DEPRECATED_VERSIONS = {"2": "3"}
DEPRECATED_VERSION = "2.0"
MAX_VERSION = "3.62"
MAX_VERSION = "3.63"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}