Skip to content

Commit d0449b0

Browse files
committed
Bumped Ubuntu version to 16.04
1 parent d844c70 commit d0449b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from distutils.command import build as build_module
1010

1111
# Obtain the different Sage versions
12-
def get_all_version_names(mirror_url, idx = None, distribution = 'Ubuntu_12.04-x86_64'):
12+
def get_all_version_names(mirror_url, idx = None, distribution = 'Ubuntu_16.04-x86_64'):
1313
if idx is None:
1414
idx = 0
1515
else:

0 commit comments

Comments
 (0)