Skip to content
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

In resolver, allow source distributions with static metadata, but no requires-python compatibility #8767

Closed
charliermarsh opened this issue Nov 2, 2024 · 0 comments · Fixed by #8768
Assignees
Labels
bug Something isn't working

Comments

@charliermarsh
Copy link
Member

The following fails to resolve under --python 3.11, because interpreters-pep-734 has no wheels, and it requires at least Python 3.13, ostensibly to get the metadata -- however, the package has static metadata in the pyproject.toml, so we should actually be able to resolve it without issue:

[project]
requires-python = ">=3.11"

[project.optional-dependencies]
sub = [
    "interpreters-pep-734>=0.4.1; python_version ~= '3.13'",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant