From 6aa10dc016455728c7da4dfabd849c59dc9f7f66 Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Wed, 28 Aug 2019 18:12:46 +0100 Subject: [PATCH] [setup] use new python requires metadata key (#8135) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8c074fc369..d4620d054b 100644 --- a/setup.py +++ b/setup.py @@ -112,6 +112,7 @@ setup( "presto": ["pyhive[presto]>=0.4.0"], "druid": ["pydruid==0.5.2", "requests==2.22.0"], }, + python_requires="~=3.6", author="Apache Software Foundation", author_email="dev@superset.incubator.apache.org", url="https://superset.apache.org/",