ImperialCollegeLondon / django-drf-filepond

A Django app providing a server implemention for the Filepond file upload library
BSD 3-Clause "New" or "Revised" License
105 stars 40 forks source link

Add Python 3.11 to test workflow and resolve warnings #91

Closed jcohen02 closed 1 year ago

jcohen02 commented 1 year ago

This PR adds Python 3.11 to the tox and actions workflow configurations and resolves a small number of warnings generated during py 3.11 testing. These were deprecation warnings from Python or Django.

This PR addresses #90.