Wagtail 74 maintenance - #263
Open
nickmoreton wants to merge 3 commits into
Open
Conversation
- Raise lower bounds on test/docs extras (pytest>=8, pytest-cov>=5, pytest-sugar>=1, sphinx>=7, sphinx-rtd-theme>=2) and bump pytest minversion to 8.0. - Update pre-commit hooks: pyproject-fmt v2.21.1 -> v2.21.2 and ruff-pre-commit v0.15.12 -> v0.15.13. - Align actions/upload-artifact to v7 across workflows (the publish workflow was still on v6 while python-test was already on v7). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…idate, in our tox testing.
nickmoreton
marked this pull request as ready for review
May 14, 2026 16:05
Stormheg
reviewed
Jun 4, 2026
Comment on lines
+10
to
+12
| - Maintenance: raise lower bounds on dev/test/docs extras (`pytest>=8`, `pytest-cov>=5`, `pytest-sugar>=1`, `sphinx>=7`, `sphinx-rtd-theme>=2`) and bump `pytest` `minversion` to `8.0` | ||
| - Maintenance: refresh pre-commit hooks (`pyproject-fmt` to v2.21.2, `ruff-pre-commit` to v0.15.13) | ||
| - Maintenance: align `actions/upload-artifact` to v7 in the publish workflow |
Member
There was a problem hiding this comment.
No need to be this specific. This information is not relevant for users looking at the changelog to see what changes are likely to affect them.
I don't think changelog entries are necessary in this case.
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
Routine maintenance pass on top of the v0.17.0 release. The declared Python/Django/Wagtail support matrix (Python 3.10–3.14, Django 5.2/6.0, Wagtail 7.0/7.3/7.4) is already aligned with current upstream support windows as of 2026-05-14 — no production code or support-policy changes are required. Scope here is limited to refreshing dev tooling.
pytest>=8,pytest-cov>=5,pytest-sugar>=1,sphinx>=7,sphinx-rtd-theme>=2. Bumppytestminversionto8.0.pyproject-fmtv2.21.1 → v2.21.2,ruff-pre-commitv0.15.12 → v0.15.13.actions/upload-artifactto@v7inpublish.yml(was still onv6;python-test.ymlwas already onv7).CHANGELOG.md.Out of scope (flagged for separate work)
The Node toolchain in
package.json(webpack 2, babel 6, eslint 3, node-sass 4 — all 2017-era) is significantly out of date. The frontend pipeline only compiles SCSS → CSS, so this is a self-contained refactor and should be tackled in its own PR.Test plan
pre-commit run --all-filespasses locallytox -e py314-dj60-wt74→ 118 passed, 3 skipped (GeoIP2 not installed)🤖 Generated with Claude Code