Skip to content

Bug? Python version-dependent constraints are applied across all Python versions #8857

Answered by radoering
jherland asked this question in General
Discussion options

You must be logged in to vote

Not a bug, but rather a shortcoming or missing feature, which is missing because of its complexity and performance overhead. Poetry does not split up a dependency by itself. If you specify setuptools = ">=68.0.0", Poetry will try to find one version of setuptools that is suitable for all supported Python versions.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jherland
Comment options

@radoering
Comment options

Answer selected by jherland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants