django-decorator-include icon indicating copy to clipboard operation
django-decorator-include copied to clipboard

Add in tests and check for Django 4.0, 4.1 and 4.2 support

Open StevenMapes opened this issue 3 years ago • 1 comments

This project officially only supports Django up to 3.1 which means the only current version of Django it supports it 2.2 LTS. I made a PR a few months back with support for 3.2 as I've been using this project with several projects for months and I've just updated that PR with updated tests for Django 4.0 and 4.1. From my some what limited actual functional testing in projects on both of those versions I've also found it to continue to work we well

StevenMapes avatar Oct 10 '22 17:10 StevenMapes

My PR has now been updated to include tests up to Django 4.2 and Python versions 3.11 (Django 4.1.3+ and 4.2). I've also removed the tests for Python 3.6 as those were now failing on github actions

StevenMapes avatar May 09 '23 10:05 StevenMapes