Skip to content

Include Python 3.10 classifier when running poetry build on 3.10 #4581

@playpauseandstop

Description

@playpauseandstop
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

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.


Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureFeature requests/implementations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions