spookylukey / django-paypal

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
MIT License
729 stars 208 forks source link

Fix Django versions in Actions and extend to Django 3.2 #244

Closed djw closed 3 years ago

djw commented 3 years ago

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.

spookylukey commented 3 years ago

Thanks for this, looks like a copy-paste error from another project!