Right now the project supports only 2 Python versions.
Since it is extremely tiring to check if another version is satisfied. We need Two things.
- Additional requirements.txt folders
Should follow format
requirements-<version-number>.txt
- An Actions Workflow That can run a specific Python Version which can be given in a parameter to the yaml script, and check if all files compile (ie the new requirements-.txt works for all dependencies.
Right now the project supports only 2 Python versions.
Since it is extremely tiring to check if another version is satisfied. We need Two things.
Should follow format
requirements-<version-number>.txt