diff --git a/src/core/src/bootstrap/Constants.py b/src/core/src/bootstrap/Constants.py index c73b45d0..050a75ab 100644 --- a/src/core/src/bootstrap/Constants.py +++ b/src/core/src/bootstrap/Constants.py @@ -378,7 +378,7 @@ class EnvLayer(EnumBackport): class UbuntuProClientSettings(EnumBackport): FEATURE_ENABLED = True MINIMUM_PYTHON_VERSION_REQUIRED = (3, 5) # using tuple as we can compare this with sys.version_info. The comparison will happen in the same order. Major version checked first. Followed by Minor version. - MAX_OS_MAJOR_VERSION_SUPPORTED = 20 + MAX_OS_MAJOR_VERSION_SUPPORTED = 22 MINIMUM_CLIENT_VERSION = "27.14.4" class BufferMessage(EnumBackport):