Merge "Add MV 3.63 to the max supported version"
This commit is contained in:
@@ -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 = {}
|
||||
|
Reference in New Issue
Block a user