diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2021-02-07 17:21:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 17:21:24 +0100 |
commit | 4944abaa7a1db6f3e59b9b5aaa58aef8e42eb55d (patch) | |
tree | c8192098c75040e8197e5dcaf23bd8b6ffe2ca57 /setup.py | |
parent | 599fe72a0c0e07e2a7720237c40800aa3c611708 (diff) | |
parent | 6e735dc59aefcd12f7b8b8198fe349fb6615b6aa (diff) | |
download | astroid-git-4944abaa7a1db6f3e59b9b5aaa58aef8e42eb55d.tar.gz |
Merge pull request #889 from hippo91/dgilman-master
Thanks a lot @dgilman
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ def install(): author=author, author_email=author_email, url=web, - python_requires=">=3.5", + python_requires=">=3.6", install_requires=install_requires, extras_require=extras_require, packages=find_packages(exclude=["tests"]) + ["astroid.brain"], |