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

Support Django 5.0 #235

Closed llPekoll closed 7 months ago

llPekoll commented 9 months ago

Hello, This is what we get when we try to install django-pattern-library with just released django 5.0

Because no versions of django-pattern-library match >1.1.0,<2.0.0
 and django-pattern-library (1.1.0) depends on Django (>=3.2,<5.0), django-pattern-library (>=1.1.0,<2.0.0) requires Django (>=3.2,<5.0).
So, because recettes depends on both django (^5.0) and django-pattern-library (^1.1.0), version solving failed.

Django 5.0 doesn't seem to change templates a lot. Maybe you just need to upgrade versions.

Best Regards

Yohann

zerolab commented 9 months ago

@llPekoll feel free to submit a PR

Things that need updating:

llPekoll commented 9 months ago

Just made the PR, tell me if i need to change stuff! Best