Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] Wrong Python 3.12 classifiers in setup.py #6636

Open
AndreVale69 opened this issue Mar 7, 2025 · 0 comments · May be fixed by #6637
Open

[Bug report] Wrong Python 3.12 classifiers in setup.py #6636

AndreVale69 opened this issue Mar 7, 2025 · 0 comments · May be fixed by #6637
Labels
bug Something isn't working

Comments

@AndreVale69
Copy link
Contributor

Version

main branch

Describe what's wrong

The setup.py file contains a wrong classifier:

"Programming Language :: Python :: 3.12",

The Gravitino client doesn't support Python 3.12 yet, as the documentation says:

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

@AndreVale69 AndreVale69 added the bug Something isn't working label Mar 7, 2025
AndreVale69 added a commit to AndreVale69/gravitino that referenced this issue Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant