summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-12-22 16:19:01 -0500
committerBarry Warsaw2014-12-22 16:19:01 -0500
commitfdd4748e2bb8da32a737aef3ba4d7705f654c729 (patch)
tree5f97f8c96d2cf112d3a3beb40261a196a381f068 /setup.py
parent7d996dfa54e35053fb3518f29cd5368f88c085b8 (diff)
downloadmailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.tar.gz
mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.tar.zst
mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.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 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)