Bump minimum versions: Python 3.10, Django 4.2, Wagtail 6.3 #93
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
astral-sh/setup-uvactionContext
PR #92 (switch to prek) and other PRs are blocked by pre-existing CI failures unrelated to their changes. This PR resolves those failures by:
wagtail.admin.views.home.icons)westerveltco/setup-ci-action@v0with officialastral-sh/setup-uv@v7gha_matrixnox session for cleaner matrix generation (no more bash+jq)After this PR, the CI will run ~64 stable test jobs across all supported version combinations, with dev versions allowed to fail without blocking merges.
CI Modernization
The GitHub Actions workflow now follows the modern pattern used in other TWC packages:
astral-sh/setup-uv@v7with built-in cachinggha_matrixnox session) instead of bash+jquv run noxfor better dependency managementBreaking Changes
This is a breaking change that will require a version bump to 0.3.0 in a separate PR.