Skip to content

Commit 3fbf51c

Browse files
committed
verbump
1 parent 22fbec5 commit 3fbf51c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ if [ -z "$FN" ]; then
6262
declare -A URLS;
6363
URLS["cpy27"]="2.7.17/Python-2.7.17.tar.xz";
6464
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";
65+
URLS["cpy36"]="3.6.11/Python-3.6.11.tar.xz";
66+
URLS["cpy37"]="3.7.8/Python-3.7.8.tar.xz";
67+
URLS["cpy38"]="3.8.5/Python-3.8.5.tar.xz";
6868
URLS["jyt27"]="2.7.1/jython-installer-2.7.1.jar";
6969
URLS["ipy27"]="ipy-2.7.4.zip";
7070

0 commit comments

Comments
 (0)