torchbox / django-pattern-library

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

Add support for Django 4.0 #164

Closed thibaudcolas closed 2 years ago

thibaudcolas commented 2 years ago

Description

Depends on #163. Updates the project’s test suite and metadata to support Django 4.0. I’ve done some brief testing of the pattern library with this version and couldn’t spot anything off (aside from #166, but I believe that can be done separately).

We could also remove our testing for Django 3.0 and 3.1 at the same time since they’re not technically supported anymore.

Checklist


Suggested CHANGELOG entry:

## Added

- Support Django 4.0 ([#164](https://github.com/torchbox/django-pattern-library/pull/164)).
thibaudcolas commented 2 years ago

Thank you @bcdickinson, I assume you’ve reviewed #163 which this depends on so will merge both now.