From 399ee3fee7dfe9e01bf8a5f4e3735c667ed3a40e Mon Sep 17 00:00:00 2001 From: complexengine <31100120+complexengine@users.noreply.github.com> Date: Thu, 30 Apr 2020 09:10:31 +0530 Subject: Update Ubuntu version upto 20.04 Update Ubuntu version upto 20.04 --- python/servo/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/bootstrap.py') diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index 381d6ba57cf..182c8fcc587 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -352,7 +352,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.10': + if version > '20.04': raise Exception('unsupported version of %s: %s' % (distrib, version)) # Fixme: we should allow checked/supported versions only elif distrib.lower() not in [ -- cgit v1.2.3