AndreVale69 commented on PR #6637: URL: https://github.com/apache/gravitino/pull/6637#issuecomment-2706271974
> How do you know that we don't support Python 3.12? I've been trying to install [requirements-dev.txt](https://github.com/apache/gravitino/blob/main/clients/client-python/requirements-dev.txt) using pip on python 3.12 and I've noticed some errors during the pandas installation. So I did some research and found that [pandas has released support for python 3.12 on November 2023](https://github.com/pandas-dev/pandas/issues/53665#issuecomment-1797119460), but the version 2.0.3 required by [requirements-dev.txt](https://github.com/apache/gravitino/blob/main/clients/client-python/requirements-dev.txt) was released on [23 June 2023](https://github.com/pandas-dev/pandas/releases/tag/v2.0.3). Pandas supports py 3.12 from the version 2.2.0: - [Installation documentation of 2.1.4](https://pandas.pydata.org/pandas-docs/version/2.1/getting_started/install.html)  - [Installation documentation of 2.2.0](https://pandas.pydata.org/pandas-docs/version/2.2/getting_started/install.html)  -- 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]
