I have built an application with python. How can I detect minimum version of Python that my application needs?
Like Django, in that website it tells you the minimum version of python that it required (example: 2.6.6 and later).
It means I want to tell what minimum version of python the user should install to be able to run the script.