Skip to content
2 changes: 1 addition & 1 deletion src/core/src/bootstrap/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down