summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-10-31 17:31:12 +0100
committerBarry Warsaw2012-10-31 17:31:12 +0100
commita9464c14fc6dfc23613a1ec89446393fe6476f88 (patch)
tree74a926cfe64066ebffcf9adb89e7672289173d84 /setup.py
parenta1666479d87e26e5c79dd1cf507b8ef0472c59aa (diff)
downloadmailman-a9464c14fc6dfc23613a1ec89446393fe6476f88.tar.gz
mailman-a9464c14fc6dfc23613a1ec89446393fe6476f88.tar.zst
mailman-a9464c14fc6dfc23613a1ec89446393fe6476f88.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 236faa3f5..0a63d225c 100644
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,8 @@ import sys
from setuptools import setup, find_packages
from string import Template
-if sys.hexversion < 0x20600f0:
- print 'Mailman requires at least Python 2.6'
+if sys.hexversion < 0x20700f0:
+ print 'Mailman requires at least Python 2.7'
sys.exit(1)