Python 3.9 will be EOL by the end of the month
(https://peps.python.org/pep-0596/). Raise this PR to drop it once we are
ready. PR: https://github.com/apache/polaris/pull/2795
+1, thanks for driving this!
Best,
Jonas
On Tue, Oct 14, 2025 at 21:29 Yong Zheng wrote:
> Python 3.9 will be EOL by the end of the month (
> https://peps.python.org/pep-0596/). Raise this PR to drop it once we are
> ready. PR: https://github.com/apache/polaris/pull/2795
>
+1 on removing Python 3.9. The impact should be negligible since the only
way to use the CLI at the moment is by building it from source,
which makes switching from 3.9 to new versions much easier. There are no
existing users locked to Python 3.9 binaries, because there are no
published binaries.