Skip to content

Commit

Permalink
Revert 'python_requires' to "~=3.9"
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneTorap committed Mar 22, 2024
1 parent 2f8be00 commit 1706d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_git_sha() -> str:
"starrocks": ["starrocks>=1.0.0"],
"doris": ["pydoris>=1.0.0, <2.0.0"],
},
python_requires="~=3.10",
python_requires="~=3.9", # TODO: change it to "~=3.10"
author="Apache Software Foundation",
author_email="dev@superset.apache.org",
url="https://superset.apache.org/",
Expand Down

0 comments on commit 1706d1d

Please sign in to comment.