commit | 7ecf87114671879d49617ef4140e6ff0b76193a4 | [log] [tgz] |
---|---|---|
author | Christopher Wilcox <crwilcox@google.com> | Fri Dec 14 12:25:37 2018 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 14 12:25:37 2018 -0800 |
tree | be9948303c40f8fa0b933c2b89479d0923cdc68c | |
parent | 5e121ce063bddfee174cff603668c5191876fd08 [diff] [blame] |
Document Python 2 deprecation (#6910)
diff --git a/setup.py b/setup.py index 578e142..847d6ed 100644 --- a/setup.py +++ b/setup.py
@@ -93,6 +93,7 @@ namespace_packages=namespaces, install_requires=dependencies, extras_require=extras, + python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*', include_package_data=True, zip_safe=False, )