Description (Actual Behavior)
When setting up the project, I get an error informing that the project now requires Python >=3.10.
Expected Behavior
Requirements for new versions should be informed in the readme file.
Possible Fix
Verify the real need for Python 3.10 and, if this is the case, update the readme file.
Steps to Reproduce
From a machine with Python 3.9, run:
pip install -r requirements.txt
Context
Setup.
Description (Actual Behavior)
When setting up the project, I get an error informing that the project now requires Python >=3.10.
Expected Behavior
Requirements for new versions should be informed in the readme file.
Possible Fix
Verify the real need for Python 3.10 and, if this is the case, update the readme file.
Steps to Reproduce
From a machine with Python 3.9, run:
pip install -r requirements.txtContext
Setup.