opsgenie-python-sdk icon indicating copy to clipboard operation
opsgenie-python-sdk copied to clipboard

python dependency of 3.8+

Open raj8github opened this issue 1 year ago • 1 comments

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

raj8github avatar Feb 21 '24 22:02 raj8github

as a workaround, we are using a constraints.txt file to force setuptools to 69.0.2 instead of pulling latest one.

raj8github avatar Feb 21 '24 23:02 raj8github