Merge pull request #1521 from scottilee/python2support

Require python3
This commit is contained in:
Kubernetes Prow Robot 2021-08-05 17:50:53 -07:00 committed by GitHub
commit 2f9643eac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ setup(
'kubernetes.dynamic', 'kubernetes.leaderelection'],
include_package_data=True,
long_description="Python client for kubernetes http://kubernetes.io/",
python_requires='>=3.6',
classifiers=[
"Development Status :: %s" % DEVELOPMENT_STATUS,
"Topic :: Utilities",