wagtailgmaps
wagtailgmaps copied to clipboard
Wagtail 72 maintenance
Includes #54
This pull request updates the project's test matrix and dependencies to support newer versions of Python, Django, and Wagtail, and refreshes the development tooling.
Test matrix and compatibility updates:
- Expanded the test matrix in
.github/workflows/test.ymlandtox.inito include Python 3.14 and Wagtail 7.2 - Updated Python version classifiers in
setup.pyto include Python 3.14
Development tooling updates:
- Upgraded testing and linting dependencies in
setup.pyto more recent versions:tox,coverage,flake8, andisort, improving reliability and compatibility with modern Python. - Simplified the
isortlinting command in theMakefileby removing the deprecated--recursiveflag.
Code style and imports:
- Cleaned up and reordered imports in
tests/testapp/testapp/urls.pyfor better readability and consistency.