diff options
| author | Barry Warsaw | 2014-12-22 16:19:01 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-22 16:19:01 -0500 |
| commit | fdd4748e2bb8da32a737aef3ba4d7705f654c729 (patch) | |
| tree | 5f97f8c96d2cf112d3a3beb40261a196a381f068 /setup.py | |
| parent | 7d996dfa54e35053fb3518f29cd5368f88c085b8 (diff) | |
| download | mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.tar.gz mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.tar.zst mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
