michael-s-molina commented on code in PR #24112:
URL: https://github.com/apache/superset/pull/24112#discussion_r1546238396


##########
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",

Review Comment:
   This should also be reverted given that:
   
   > The `python_requires` field is used in the setup.py file of a Python 
package to specify the minimum version(s) of Python required to install and use 
the package.
   
   and 3.9 would be the minimum version.



-- 
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