latest setuptools package in requirements has dependency of min 3.8+ which throws error when working on lower python version environments. ```RuntimeError: Python 3.8 or later is required``` ref - https://setuptools.pypa.io/en/stable/history.html
latest setuptools package in requirements has dependency of min 3.8+ which throws error when working on lower python version environments.
RuntimeError: Python 3.8 or later is requiredref - https://setuptools.pypa.io/en/stable/history.html