Merge "Bump API max version to 3.64"

This commit is contained in:
Zuul 2021-03-10 22:04:12 +00:00 committed by Gerrit Code Review
commit 36e22faddd
1 changed files with 1 additions and 1 deletions

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.63"
MAX_VERSION = "3.64"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}