Skip to content

manager/pyproject.toml: correct Python version for poethepoet

Oto Šťáva requested to merge manager-fix-alternating-deps into 6.0

The former setup would cause subsequent runs of poetry install to alternate between the poethepoet versions. Instead, we just want to separate them for Python before 3.8 and Python from 3.8 onwards.

Merge request reports