Open
Description
Describe the bug
This line disregards the python version that might be specified in the poetry.lock -> [metadata] -> python-version
without warning.
This line disregards the python version that might be specified in the pyproject.toml ->[tool.poetry.dependencies] -> python
without warning.
It might be expected behavior to use the system python version over the specified version, but we might want a warning anyway.
Activity