We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a29dd commit f4caaecCopy full SHA for f4caaec
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_16.04-x86_64'):
+def get_all_version_names(mirror_url, idx = None, distribution = 'Ubuntu_12.04-x86_64'):
13
if idx is None:
14
idx = 0
15
else:
0 commit comments