-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Include Python 3.10 classifier when running poetry build on 3.10 #4581
Comments
At a moment `[email protected]` does not automatically add the classifier into wheel metadata, even when run on python 3.10.0rc2, as it used at GitHub Actions. Related: python-poetry/poetry#4581
At a moment `[email protected]` does not automatically add the classifier into wheel metadata, even when run on python 3.10.0rc2, which is used at GitHub Actions for publishing `badabump` into PyPI. Related: python-poetry/poetry#4581
Now, it is possible to reinstall
and it will automatically add Thanks a lot! ps. Not sure, whether new |
And now it is for sure fixed via Thanks again! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature Request
Hi team!
Python 3.10 will be released next Mon, Oct 4, but at a moment it is still impossible to release a package to PyPI via stable poetry (1.1.10) && poetry-core (1.0.6), which will include
"Programming Language :: Python :: 3.10"
trove classifier, as AVAILABLE_PYTHONS list still does not contain "3.10" version.In same time,
poetry-core@master
already has included "3.10" to list of AVAILABLE_PYTHONS, so I am wondering is there any chance to backport this change and include "3.10" classifier, when building package via stable poetry && poetry-core at Python 3.10rc2.I understand, that I can manually include
"Programming Language :: Python :: 3.10"
classifier to list of classifiers inpyproject.toml
, but I find that fix not very intuitive and clean.Thanks in advance and let me know, if I can provide any additional info on a topic.
poetry build
at Python 3.10.0rc2The text was updated successfully, but these errors were encountered: