Update the maximum version of Ubuntu suppported to 19.10

This commit is contained in:
David Wagner 2019-10-27 22:14:27 +00:00
parent 2ad6e94091
commit 9483442007

View file

@ -379,7 +379,7 @@ def get_linux_distribution():
raise Exception('unsupported version of %s: %s' % (distrib, version))
distrib, version = 'Ubuntu', base_version
elif distrib.lower() == 'ubuntu':
if version > '19.04':
if version > '19.10':
raise Exception('unsupported version of %s: %s' % (distrib, version))
# Fixme: we should allow checked/supported versions only
elif distrib.lower() not in [