wagtailgmaps
wagtailgmaps copied to clipboard
Wagtail 7.1 maintenance
This pull request updates the project's test matrix and environment configuration to support multiple versions of Wagtail 7.x, alongside existing Django and Python versions.
Test Matrix Updates:
- Expanded the GitHub Actions test matrix in
.github/workflows/test.ymlto include jobs for Wagtail7.1across all supported Python versions (3.10–3.13), in addition to existing jobs for Wagtail7.0.
Environment Configuration Updates:
- Modified the
tox.inienvlistto explicitly test against both Wagtail7.0and7.1for each supported Python and Django version, ensuring tests are run for all relevant combinations. - Updated dependency specifiers in
tox.inito distinguish betweenwt70(wagtail>=7.0,<7.1) andwt71(wagtail>=7.1,<7.2), and fixed a typo in the Djangodj52version specifier.