michael-s-molina commented on code in PR #24112:
URL: https://github.com/apache/superset/pull/24112#discussion_r1546236836
##########
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:
We don't have any dependency with 4.0 to merge this PR. If you address both
comments from @mistercrunch, we'll be able to merge it.
--
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]