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


##########
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.9",  # TODO: change it to "~=3.10"

Review Comment:
   I missed this just now, can we make it 
   ```suggestion
       python_requires="~=3.10",
   ```



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