We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure you run commands with -v flag before pasting the output.
-v
We have a project, that requires python>=3.6, and we define a dependency that requires python=3.8:
[tool.pdm] python_requires = ">=3.6" [tool.pdm.dependencies] vendoring = {version="*", marker="python_full_version~='3.8.0'"}
ResolutionImpossible
The dependency gets resolved successfully, with a marker.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
We have a project, that requires python>=3.6, and we define a dependency that requires python=3.8:
Actual behavior
ResolutionImpossible
Expected behavior
The dependency gets resolved successfully, with a marker.
The text was updated successfully, but these errors were encountered: