Wagtail 74 maintenence - #70
Open
nickmoreton wants to merge 4 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
=====================================
Coverage 90.0% 90.0%
=====================================
Files 3 3
Lines 30 30
Branches 1 1
=====================================
Hits 27 27
Misses 2 2
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
nickmoreton
marked this pull request as ready for review
May 29, 2026 10:57
- Add Wagtail 7.4 LTS to tox test matrix (Django 5.2 and 6.0 environments) - Add Python 3.14 to Django 5.2 test environments (supported since Django 5.2.8) - Fix wagtailcaptcha/__init__.py version from 2.1.1 to 2.3.0 - Update README compatibility table and CHANGELOG for 2.3.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ruff pre-commit hook: v0.15.11 → v0.15.12 (patch) - pyproject-fmt pre-commit hook: v2.21.1 → v2.21.2 (patch) - coverage minimum version: >=6.5 → >=7.0 (current release is 7.13.5) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nickmoreton
force-pushed
the
support/wagtail-74-maintenence
branch
from
May 29, 2026 11:00
3d813be to
a044966
Compare
Pin toml-fmt-common<1.3.3 to avoid the --table-format argparse collision with pyproject-fmt 2.21.2, and require stable Django 5.2 instead of the 5.2b1 beta in the tox matrix. Co-Authored-By: Claude Opus 4.8 (1M context) <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
Maintenance update adding Wagtail 7.4 LTS support and rounding out the Django 5.2 / Python 3.14 test matrix.
wagtailcaptcha/__init__.pyversion (2.1.1 → 2.3.0)v0.15.12, pyproject-fmtv2.21.2, coverage minimum>=7Supported versions after this PR
Wagtail 7.1 and 7.2 are intentionally omitted as they are EOL feature releases.
Test plan
pre-commit run --all-filespassestoxrun is green