feat: Added Support for ElasticSearch 9 (#1007)
This commit is contained in:
parent
5e6c94318c
commit
02bb52f276
|
|
@ -24,7 +24,7 @@ class Command(BaseCommand):
|
|||
"""command framework"""
|
||||
|
||||
TIMEOUT = 120
|
||||
MIN_MAJOR, MAX_MAJOR = 8, 8
|
||||
MIN_MAJOR, MAX_MAJOR = 8, 9
|
||||
MIN_MINOR = 0
|
||||
|
||||
# pylint: disable=no-member
|
||||
|
|
|
|||
Loading…
Reference in New Issue