bunch
bunch copied to clipboard
Fix wrong python version detection
platform.version() doesn't return the python version. platform.python_version() or platform.python_version_tuple() would also work but sys.version_info is more popular.