torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
360 stars 44 forks source link

Add Django 4.2 to the testing matrix #220

Closed simkimsia closed 1 year ago

simkimsia commented 1 year ago

Description

This upgrades the support of Django to 4.2rc1

Also this is similar to #219 but continues to use tox_install.sh.

Fixes #212, #214, #218

Checklist

simkimsia commented 1 year ago

This is a more targeted fix compared to #219

It solely targets the change to support Django 4.2 and maintains the use of tox_install.sh to instsall dependencies.

Inspired by e6ee7c7 (#207)

simkimsia commented 1 year ago

@thibaudcolas or @bcdickinson can help to review this PR? Thank you

simkimsia commented 1 year ago

Thank you for this @thibaudcolas