yuqi1129 opened a new issue, #10109:
URL: https://github.com/apache/gravitino/issues/10109
### What would you like to be improved?
```text
For the Python client, the `./gradlew build` command builds the Python
client with Python 3.9 by default. If you want to use Python 3.10, 3.11, or
3.12 to build, please modify the property `pythonVersion` to 3.10, 3.11, or
3.12 in the `gradle.properties` file, or specify the version with `-P` like:
./gradlew build -PpythonVersion=3.9
```
Python 3.9 should be removed from the document, and the default Python
version is 3.12(see gradle.properties)
### How should we improve?
_No response_
--
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]