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 in pyproject.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.
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@masteralready 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 buildat Python 3.10.0rc2