Describe the bug
The logic in the project_setup makes it so that you are required to have python 3.7 installed, even though the language suggest that you could run it with higher versions. This is not a big problem, either make it clear that python 3.7 is the only supported version or change the logic so that is includes python_version > 3.7.
If the solution is to make clear that only python 3.7 is supported then people could be warned not to change the requirements on the Pipfile fo force to work with python 3.8.
To Reproduce
Steps to reproduce the behavior:
Un-install python3.7
install python3.8
setup stops and a message shows up
"Please install Python version 3.7.2 or greater"
Expected behavior
work with any version of python that is higher than 3.7