The workflow is not installing the Django version specified by matrix.django-version, so all tests are being run with Django>=1.11 as specified in django-paypal's dependencies.
This PR installs the correct version and extends the matrix to cover Django 3.2.
The workflow is not installing the Django version specified by
matrix.django-version
, so all tests are being run withDjango>=1.11
as specified in django-paypal's dependencies.This PR installs the correct version and extends the matrix to cover Django 3.2.