We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d844c70 commit d0449b0Copy full SHA for d0449b0
setup.py
@@ -9,7 +9,7 @@
9
from distutils.command import build as build_module
10
11
# Obtain the different Sage versions
12
-def get_all_version_names(mirror_url, idx = None, distribution = 'Ubuntu_12.04-x86_64'):
+def get_all_version_names(mirror_url, idx = None, distribution = 'Ubuntu_16.04-x86_64'):
13
if idx is None:
14
idx = 0
15
else:
0 commit comments