diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-02-21 11:50:55 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-02-21 11:50:55 +0100 |
commit | 29eb92e6bb8231f8a5b4171383684b26fcc10a6c (patch) | |
tree | 08ff17aeb4e9b62c02abf747714e97fc62b06b71 /setup.py | |
parent | e686b736eb00c695d55709c612bfd64ed696388e (diff) | |
download | astroid-git-29eb92e6bb8231f8a5b4171383684b26fcc10a6c.tar.gz |
Stop advertising python 2 support
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |