Commit 8afa66b1 authored by Andreas Jung's avatar Andreas Jung

added support for Python 2.4.3

parent 384a848a
......@@ -12,13 +12,13 @@ ZOPE_VERS=2.9
# Place the optimal target version number for Zope (as returned by sys.version)
# below
TARGET="2.4.2"
TARGET="2.4.3"
# Order a list of "acceptable" python version numbers (as returned by
# sys.version) below in "best" to "worst" order, not including the
# target version. Up to six acceptable python versions are allowed.
# Do not include the target version number in this list!
ACCEPTABLE="2.4.1"
ACCEPTABLE="2.4.1 2.4.2."
# provide the executable names for all the acceptable versions
# (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