soynatan / django-easy-audit

Yet another Django audit log app, hopefully the simplest one.
GNU General Public License v3.0
735 stars 182 forks source link

chore: add Django 5 to test matrix #265

Closed mschoettle closed 11 months ago

mschoettle commented 11 months ago

This PR is stacked on top of #264.

Add the release candidate 1 of Django 5.0 to the test matrix.

Also removed the upper version bound (see: https://iscinumpy.dev/post/bound-version-constraints/) to allow users to install this package with higher versions to test and changed the lower version bound to 3.2 (based on the test matrix).

xaitec commented 11 months ago

I may seem impatient but i would just like to know if 5.0 support will be coming

mschoettle commented 11 months ago

@xaitec The maintainer is @jheld who needs to approve, merge and cut a new release

If you need it ASAP you could change the dependency to this branch to be able to install with Django 5.0.