Skip to content

Commit

Permalink
update python versions for run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Jan 10, 2023
1 parent 5f6f9e4 commit e6e4b5d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ if [ -z "$FN" ]; then
declare -A URLS;
URLS["cpy27"]="2.7.18/Python-2.7.18.tar.xz";
URLS["cpy36"]="3.6.15/Python-3.6.15.tar.xz";
URLS["cpy37"]="3.7.12/Python-3.7.12.tar.xz";
URLS["cpy38"]="3.8.12/Python-3.8.12.tar.xz";
URLS["cpy39"]="3.9.10/Python-3.9.10.tar.xz";
URLS["cpy310"]="3.10.2/Python-3.10.2.tar.xz";
URLS["cpy37"]="3.7.16/Python-3.7.16.tar.xz";
URLS["cpy38"]="3.8.16/Python-3.8.16.tar.xz";
URLS["cpy39"]="3.9.16/Python-3.9.16.tar.xz";
URLS["cpy310"]="3.10.9/Python-3.10.9.tar.xz";
URLS["cpy311"]="3.11.1/Python-3.11.1.tar.xz";
URLS["cpy312"]="3.12.0/Python-3.12.0.tar.xz";
URLS["jyt27"]="2.7.1/jython-installer-2.7.1.jar";
URLS["ipy27"]="ipy-2.7.4.zip";

Expand Down

0 comments on commit e6e4b5d

Please sign in to comment.