mixxorz / slippers

A UI component framework for Django. Built on top of Django Template Language.
https://mitchel.me/slippers/
MIT License
506 stars 37 forks source link

Add support for Django 4.2 #38

Closed Natim closed 1 year ago

Natim commented 1 year ago

Slippers 0.5 locks down Django 4.2 update. Let's add it to the scope of the library.

Because slippers (0.5.0) depends on Django (>=3.2,<4.2)
adamchainz commented 1 year ago

It doesn't prevent the update after #32 (merged but unreleased).

Natim commented 1 year ago

@mixxorz, any thoughts about this PR? Should I close it?

mixxorz commented 1 year ago

Hi. I think we can close this. I'll release 0.6.0 in a little bit which should allow you to install on any future Django version.