Commit 3dd82e19 authored by Chris McDonough's avatar Chris McDonough

Allow Python 2.3.4.

parent 64950af3
...@@ -19,7 +19,7 @@ TARGET="2.3.3" ...@@ -19,7 +19,7 @@ TARGET="2.3.3"
# sys.version) below in "best" to "worst" order, not including the # sys.version) below in "best" to "worst" order, not including the
# target version. Up to six acceptable python versions are allowed. # target version. Up to six acceptable python versions are allowed.
# Do not include the target version number in this list! # Do not include the target version number in this list!
ACCEPTABLE="2.3.3 2.3.2 2.3.1 2.3" ACCEPTABLE="2.3.4 2.3.2 2.3.1 2.3"
# provide the executable names for all the acceptable versions # provide the executable names for all the acceptable versions
# (and the target version) below # (and the target version) below
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment