- 
  Notifications
 You must be signed in to change notification settings 
- Fork 2
Early support for Django 6 #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds early support for Django 6.0 by bumping the package version to 2.2.5 and updating dependency constraints to include Django 6.x versions.
- Version bump from 2.2.4 to 2.2.5
- Django dependency constraint updated from <6.0 to <6.1 to include Django 6.0
- CI/CD pipeline updated to test against Django 6.0a1 prerelease
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description | 
|---|---|
| src/django_enum/init.py | Updates package version to 2.2.5 | 
| pyproject.toml | Updates Django dependency constraint and adds Django 6.0 classifier | 
| doc/source/changelog.rst | Adds changelog entry for v2.2.5 with Django 6.0 support | 
| .github/workflows/test.yml | Adds Django 6.0a1 to test matrix and improves CI configuration | 
| .github/workflows/lint.yml | Restricts workflow triggers to main branch only | 
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
07d5b6d to
 eaafbb4  
 Compare
 
 eaafbb4 to
 d2f2193  
 Compare
 
 | Codecov Report✅ All modified and coverable lines are covered by tests. 
 🚀 New features to boost your workflow:
 | 
No description provided.