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

feat: Support Django 4.2 #219

Closed simkimsia closed 1 year ago

simkimsia commented 1 year ago

Description

In tox.ini:

In ci.yml

The last 2 points about dropping dev-dependencies and using extras are from https://github.com/orgs/python-poetry/discussions/4307#discussioncomment-1041658

Fixes #212, #214, #215, #216, #218

Checklist

simkimsia commented 1 year ago

This is the cleaned up version of PR #213

I hope this can be accepted despite completely changing the way the tox and poetry coexists from the previous way.

If this is accepted, my next PR would be to remove tox_install.sh completely

Thank you.

simkimsia commented 1 year ago

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

Update

Ignore this since I'm closing this in favor of #220

simkimsia commented 1 year ago

221 is a better issue for this and

220 is a less invasive, more targeted PR than this