EugeneTorap commented on code in PR #24112:
URL: https://github.com/apache/superset/pull/24112#discussion_r1546409398


##########
setup.py:
##########
@@ -208,13 +208,12 @@ def get_git_sha() -> str:
         "starrocks": ["starrocks>=1.0.0"],
         "doris": ["pydoris>=1.0.0, <2.0.0"],
     },
-    python_requires="~=3.9",
+    python_requires="~=3.10",
     author="Apache Software Foundation",
     author_email="[email protected]",
     url="https://superset.apache.org/";,
     download_url="https://www.apache.org/dist/superset/"; + version_string,
     classifiers=[
-        "Programming Language :: Python :: 3.9",

Review Comment:
   @mistercrunch Can you push the changes and merge it? Because I don't have 
time for it now



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to