release: prepare production client deployment
This commit is contained in:
@@ -159,7 +159,7 @@ def _supported_qb_version(version: str) -> bool:
|
||||
if match is None:
|
||||
return False
|
||||
major, minor = int(match.group(1)), int(match.group(2))
|
||||
return major == 5 or (major == 4 and minor in {5, 6})
|
||||
return major == 5 or (major == 4 and minor in {4, 5, 6})
|
||||
|
||||
|
||||
def _text_get(
|
||||
|
||||
Reference in New Issue
Block a user