-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Missing python version classifiers #403
Comments
I don't plan to add these back. This is a policy across all Pallets projects, and has been discussed before. Copying my comment from a previous issue: The "3" classifier on its own tells you nothing of the supported versions. So what we get into is asking for us to continually maintain the "3.x" classifiers. But that means that even if there are no changes ready for release, we have to make a new release with a new version number, just to mark the package as "supports 3.10". And that doesn't inform users about the existing versions that cannot be updated to indicate they also support 3.10. And while you've opened the issue on one package, there are 7 main Pallets projects and the Pallets-Eco projects, so it's just requesting more maintainer busy work for no real benefit to us. See di/pyreadiness#18 for more discussion. |
I would note that
I encourage you to reconsider your current policy. |
I find this argumentation quite rude in case of open source projects that tend to be maintained by people during their free time.... |
We do declare compatibility, we set
As explained above, it is not. |
Please add python version classifiers to
pyproject.toml
to document tested compatibility with python versions. For example, is this project compatible with Python 3.13?The text was updated successfully, but these errors were encountered: