summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-02-21 11:50:55 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-02-21 11:50:55 +0100
commit29eb92e6bb8231f8a5b4171383684b26fcc10a6c (patch)
tree08ff17aeb4e9b62c02abf747714e97fc62b06b71 /setup.py
parente686b736eb00c695d55709c612bfd64ed696388e (diff)
downloadastroid-git-29eb92e6bb8231f8a5b4171383684b26fcc10a6c.tar.gz
Stop advertising python 2 support
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d875fb9d..4854cf93 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ def install():
author_email = author_email,
url = web,
include_package_data = True,
- python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
+ python_requires='>=3.4.*',
install_requires = install_requires,
extras_require=extras_require,
packages = find_packages(),