Update requires-python from pyproject.toml (?)
In this pipeline I had this error while running pip install -e .[develop]
.
I am using an docker image with python3.7
According to my understanding from the error, some dependencies are not available for python3.7. Requiring minimum python3.8.
I think the limitation in pyproject.toml should be updated