Skip to content

Update for Python 3.14, Django 6.0, and modern ruff configuration#14

Merged
rh0dium merged 3 commits intomasterfrom
feature/python-3.14-django-6.0-ready
Dec 8, 2025
Merged

Update for Python 3.14, Django 6.0, and modern ruff configuration#14
rh0dium merged 3 commits intomasterfrom
feature/python-3.14-django-6.0-ready

Conversation

@rh0dium
Copy link
Member

@rh0dium rh0dium commented Dec 7, 2025

Summary

  • 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

Test plan

  • Local tests pass
  • CI tests pass for Python 3.12/3.13 with Django 5.2
  • CI shows Django 6.0/Python 3.14 tests as informational

🤖 Generated with Claude Code

- 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
Copy link

codecov bot commented Dec 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.69%. Comparing base (b2d0c14) to head (804e7c8).
⚠️ Report is 1 commits behind head on master.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- 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>
@rh0dium rh0dium added this pull request to the merge queue Dec 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 8, 2025
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@rh0dium rh0dium added this pull request to the merge queue Dec 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 8, 2025
@rh0dium rh0dium added this pull request to the merge queue Dec 8, 2025
Merged via the queue into master with commit fc723d7 Dec 8, 2025
17 checks passed
@rh0dium rh0dium deleted the feature/python-3.14-django-6.0-ready branch December 10, 2025 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant