codeowners
codeowners copied to clipboard
Minimum Python version 3.6?
It looks like the package only supports 3.7+, so I am not able to install it on my 3.6 Python project. Is it possible to change the requirement to 3.6 or is there something this library needs that is only supported in 3.7?
Hopefully, I don't see anything python 3.7 specific in the codebase, probably just defaulted to 3.7 because that's what I use in some other projects
So I think we need to update:
- https://github.com/sbdchd/codeowners/blob/6c5e8563f4c675abb098df704e19f4c6b95ff9aa/pyproject.toml#L12
-
poetry.lock
- circleci config