You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Python client, the ./gradlew build command builds the Python client with Python 3.8 by default. If you want to use Python 3.9, 3.10, or 3.11 to build, please modify the property pythonVersion to 3.9, 3.10, or 3.11 in the gradle.properties file, or specify the version with -P like: [...]
Error message and/or stacktrace
None
How to reproduce
None
Additional context
No response
The text was updated successfully, but these errors were encountered:
Version
main branch
Describe what's wrong
The setup.py file contains a wrong classifier:
gravitino/clients/client-python/setup.py
Line 56 in 1297713
The Gravitino client doesn't support Python 3.12 yet, as the documentation says:
Error message and/or stacktrace
None
How to reproduce
None
Additional context
No response
The text was updated successfully, but these errors were encountered: