summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-10-16 00:48:15 -0400
committerBarry Warsaw2008-10-16 00:48:15 -0400
commita56897d1c541dd9b1db7af9b3568743dd73692de (patch)
tree746540d9f7bcc4895f366fc0d45eb1284eee2103 /setup.py
parentc7340d712c640fa5992518a7cf16272f634abccc (diff)
downloadmailman-a56897d1c541dd9b1db7af9b3568743dd73692de.tar.gz
mailman-a56897d1c541dd9b1db7af9b3568743dd73692de.tar.zst
mailman-a56897d1c541dd9b1db7af9b3568743dd73692de.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 42c204039..5a3a6f423 100644
--- a/setup.py
+++ b/setup.py
@@ -27,8 +27,8 @@ from setuptools import setup, find_packages
-if sys.hexversion < 0x20500f0:
- print 'Mailman requires at least Python 2.5'
+if sys.hexversion < 0x20600f0:
+ print 'Mailman requires at least Python 2.6'
sys.exit(1)