Update for Python 3.14, Django 6.0, and modern ruff configuration#14
Merged
Update for Python 3.14, Django 6.0, and modern ruff configuration#14
Conversation
- Update requires-python to >=3.12 - Add Python 3.14 and Django 6.0 to classifiers - Update Django dependency to >=5.2 - Modernize ruff configuration with full settings - Update pre-commit hooks to latest versions (hooks v5.0.0, ruff v0.8.3) - Update GitHub CI matrix to test Python 3.12/3.13/3.14 and Django 5.2/6.0 - Mark Django 6.0 and Python 3.14 tests as continue-on-error for now 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14 +/- ##
=======================================
Coverage 75.69% 75.69%
=======================================
Files 7 7
Lines 646 646
Branches 87 87
=======================================
Hits 489 489
Misses 113 113
Partials 44 44 🚀 New features to boost your workflow:
|
- Add merge_group trigger for merge queue support - Remove redundant Black and pre-commit jobs - Update Ruff job to include both format and lint checks - Rename job to "Ruff Format" for clarity - Add always() pattern to release job to prevent skip propagation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
requires-pythonto>=3.12>=5.2Test plan
🤖 Generated with Claude Code