Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2008-06-17 11:13:41
Size: 654
Editor: terri
Comment:
Revision 10 as of 2018-06-05 19:24:06
Size: 971
Editor: msapiro
Comment: Update Python requirements
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/5865501 #pragma page-filename DOC/versions/876
Line 3: Line 3:
As of this writing, Mailman 2.1.9 is not compatible with Python 2.1 or Python 2.2 and Mailman can no longer be validated against them. Both of those versions of Python are very old so it is highly recommended that you upgrade to the latest patch release of one of the following:
Line 5: Line 4:
 * [[http://www.python.org/download/releases/2.3/|Python 2.3]]
 * [[http://www.python.org/download/releases/2.4/|Python 2.4]]
 * [[http://www.python.org/download/releases/2.5/|Python 2.5]]
For now, we recommend using [[http://www.python.org/download/releases/2.4.4/|Python 2.4.4]].
As of this writing, Mailman 2.1.14 is not compatible with Python 2.1 or Python 2.2 and Mailman can no longer be validated against them. Also, the new Sibling Lists feature in Mailman 2.1.10 and up uses Python sets and thus is not compatible with Python 2.3 or older. Other incompatibilities between recent Mailman and some Python 2.4.x versions and Python 2.5 have been [[../What version of Python is required for Mailman 2.1.5 and 2.1.9 and 2.1.10 and 2.1.12?|observed]], and there is a rare issue with Mailman 2.1.22 through 2.1.25 and a more serious issue in Mailman 2.1.26 that requires Python 2.7. For Mailman 2.1.27 The minimum supported Python is 2.6. It is highly recommended that you upgrade to the latest patch release of [[https://www.python.org/downloads/|Python 2.7]]

For now, we recommend using [[https://www.python.org/downloads/release/python-2715/|Python 2.7.15]].

Mailman 2.1 installation requirements

As of this writing, Mailman 2.1.14 is not compatible with Python 2.1 or Python 2.2 and Mailman can no longer be validated against them. Also, the new Sibling Lists feature in Mailman 2.1.10 and up uses Python sets and thus is not compatible with Python 2.3 or older. Other incompatibilities between recent Mailman and some Python 2.4.x versions and Python 2.5 have been observed, and there is a rare issue with Mailman 2.1.22 through 2.1.25 and a more serious issue in Mailman 2.1.26 that requires Python 2.7. For Mailman 2.1.27 The minimum supported Python is 2.6. It is highly recommended that you upgrade to the latest patch release of Python 2.7

For now, we recommend using Python 2.7.15.

MailmanWiki: DOC/Installation requirements (last edited 2018-06-05 19:24:06 by msapiro)