We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fbec5 commit 3fbf51cCopy full SHA for 3fbf51c
run_tests.sh
@@ -62,9 +62,9 @@ if [ -z "$FN" ]; then
62
declare -A URLS;
63
URLS["cpy27"]="2.7.17/Python-2.7.17.tar.xz";
64
URLS["cpy35"]="3.5.9/Python-3.5.9.tar.xz";
65
- URLS["cpy36"]="3.6.10/Python-3.6.10.tar.xz";
66
- URLS["cpy37"]="3.7.6/Python-3.7.6.tar.xz";
67
- URLS["cpy38"]="3.8.1/Python-3.8.1.tar.xz";
+ URLS["cpy36"]="3.6.11/Python-3.6.11.tar.xz";
+ URLS["cpy37"]="3.7.8/Python-3.7.8.tar.xz";
+ URLS["cpy38"]="3.8.5/Python-3.8.5.tar.xz";
68
URLS["jyt27"]="2.7.1/jython-installer-2.7.1.jar";
69
URLS["ipy27"]="ipy-2.7.4.zip";
70
0 commit comments