diff --git a/python/setup.py b/python/setup.py index 90ae629b0705e..af3316b6af866 100644 --- a/python/setup.py +++ b/python/setup.py @@ -137,7 +137,7 @@ "pyyaml", "scipy", ] -} + if sys.version_info >= (3, 7, 0): extras["k8s"].append("kopf")