From a9464c14fc6dfc23613a1ec89446393fe6476f88 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 31 Oct 2012 17:31:12 +0100 Subject: * Python 2.7 is not required. Python 2.6 is no longer officially supported. The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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) -- cgit v1.2.3-70-g09d2