Wagtail 74 maintenance - #27
Open
nickmoreton wants to merge 2 commits into
Open
Conversation
- Raise minimum to wagtail>=7.0; drop EOL Wagtail 6.3 and 7.2 from CI - Add Wagtail 7.4 LTS (released 2026-05-04) to CI matrix - Keep Django 4.2 support — still valid for Wagtail 7.0 LTS and 7.3 - Exclude Wagtail 7.4 + Django 4.2 (7.4 dropped that combination) - Remove stale WAGTAIL_VERSION >= (6, 0) test guard (min is now 7.0) - Update docs to reflect Wagtail 7.0+ minimum Add Wagtail 7.4 LTS support notes and update PolyfillColorPanel description Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
nickmoreton
marked this pull request as ready for review
May 6, 2026 14:14
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 aligning the Wagtail support range with the current release schedule.
wagtail>=7.0; drop EOL Wagtail 6.3 LTS and 7.2 frominstall_requires, classifiers, and CIWAGTAIL_VERSION >= (6, 0)test guard now that the minimum is 7.0README.mdanddocs/1_getting_started.mdto state the new Wagtail 7.0+ minimumCHANGELOG.mdunder[Unreleased]Resulting supported matrix: Python 3.10–3.14, Django 4.2/5.2/6.0, Wagtail 7.0/7.3/7.4 (with Wagtail 7.1/7.2 excluded as EOL).
The
wagtail.admin.telepathvswagtail.telepathguard inwidgets.pyis intentionally retained because Wagtail 7.0 LTS remains in the supported range.Test plan
python runtests.pypasses against Wagtail 7.4 + Django 6.0 + Python 3.13python runtests.pypasses against Wagtail 7.0 + Django 4.2 + Python 3.10black --checkandisort --check-onlypass🤖 Generated with Claude Code