You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #14 from yunojuno/misc/django-52-upgrades
# Django 5.2 Compatibility Update
This PR introduces compatibility for Django 5.2 and makes several maintenance improvements to the project.
## Changes
1. Dependency Updates
2. Added support for Django 5.2
3. Dropped support for Django versions before 4.2 (3.2, 4.0, 4.1)
4. Updated dependency specifiers in pyproject.toml
## Testing and CI Improvements
1. Updated tox.ini to test against Django 4.2, 5.0, 5.2, and main
2. Modified GitHub Action workflow to only test Django main branch on Python 3.12
3. Adjusted Python/Django compatibility matrix
## Code Quality
1. Updated ruff commands to use the modern "ruff check" syntax
2. Ran code formatting tools (black and ruff) on the codebase
## Documentation
1. Updated CHANGELOG with version 0.5 details
2. Updated supported Django versions in project metadata
## Versioning
Bumped project version to 0.5
0 commit comments