Currently vng api common is pinned to < Django 3.0, but 2.2 is end of life in April this year and this library currently blocks upgrading CMIS adapter and Open Zaak to 3.2 LTS.
Tasks
[x] Update the tox.ini envlist to support the following matrix of versions
Python 3.7 - Django 2.2
Python 3.8 - Django 2.2
Python 3.7 - Django 3.2
Python 3.8 - Django 2.2
[x] Update the Github CI workflow to support the same matrix
[x] Make the necessary changes to the package to support Django 3.2
[ ] Resolve the Django 4 upgrade warning
[ ] Update the package metadata to correctly reflect the supported versions
[ ] Extra: see if we can add Python 3.9 and Python 3.10 support
Currently vng api common is pinned to < Django 3.0, but 2.2 is end of life in April this year and this library currently blocks upgrading CMIS adapter and Open Zaak to 3.2 LTS.
Tasks
tox.ini
envlist to support the following matrix of versions