From fdd4748e2bb8da32a737aef3ba4d7705f654c729 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 22 Dec 2014 16:19:01 -0500 Subject: Update the setup.py, tox.ini, template.py and documentation for the switch to Python 3. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c516d744d..3e8b1a7cc 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 < 0x20700f0: - print('Mailman requires at least Python 2.7') +if sys.hexversion < 0x30400f0: + print('Mailman requires at least Python 3.4') sys.exit(1) -- cgit v1.2.3-70-g09d2