Skip to content

Commit 4106dd6

Browse files
authored
Boosted Ubuntu version to 14.04
1 parent b004dd5 commit 4106dd6

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_14.04-x86_64'):
1313
if idx is None:
1414
idx = 0
1515
else:

0 commit comments

Comments
 (0)