deschler / django-modeltranslation

Translates Django models using a registration approach.
BSD 3-Clause "New" or "Revised" License
1.34k stars 257 forks source link

chore: update test matrix (add django 5) #734

Closed wookkl closed 1 month ago

wookkl commented 1 month ago

Hello!

Updated test matrix (Added django 5) related to https://github.com/deschler/django-modeltranslation/pull/733#issuecomment-2114669519

I added "5.0" to test.yml, I wonder if this is enough. 🤔(I referenced this PR)

If you need more changes, please let me know!

wookkl commented 1 month ago

Django 5.0 no longer supports Python 3.9, Added exclude option to test matrix

last-partizan commented 1 month ago

Thanks, merged!