Python client: remove Python 3.9 support #2795

2025-10-18 Thread Yong Zheng
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

Re: Python client: remove Python 3.9 support #2795

2025-10-15 Thread Honah J.
+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 >

Re: Python client: remove Python 3.9 support #2795

2025-10-14 Thread Yufei Gu
+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.