Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move env inside job * fix django.yaml * Move env back to root * Move requirements.txt inside source folder * Add python version matrix and dependency install to django.yaml * Rename Django workflow and job name * Fix python matrix for 3.10 being recognized as 3.1 Ref: actions/setup-python#160 * Bump actions/setup-python to v5 * remove python 3.12 from matrix as it will raise error on test: AttributeError: 'ExampleTestCase' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
- Loading branch information