Skip to content

Conversation

@nickmoreton
Copy link
Contributor

@nickmoreton nickmoreton commented Nov 17, 2025

This pull request includes #72 & #74

Wagtail 7.2 upgrade changes:

  • Add tox testing for Wagtail 7.2
  • Drop testing for Wagtail 7.1
  • Drop testing for Python 3.9 and add testing for Python 3.14

@nickmoreton nickmoreton changed the title Support/wagtail 72 maintenance Wagtail 72 maintenance Nov 17, 2025
@nickmoreton nickmoreton marked this pull request as ready for review November 17, 2025 16:52
Comment on lines +10 to 19
Wagtail 7.0 and 7.1 upgrade changes:

- Add tox testing for Django 5.2 and Wagtail 7.0, 7.1
- Drop testing for Django 5.0
- Drop testing for Wagtail 5.2 and 6.4

Wagtail 6.3 upgrade changes:

- Add tox testing for Django 5.1 and Wagtail 6.3
- Drop testing for Python 3.8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Wagtail 7.0 and 7.1 upgrade changes:
- Add tox testing for Django 5.2 and Wagtail 7.0, 7.1
- Drop testing for Django 5.0
- Drop testing for Wagtail 5.2 and 6.4
Wagtail 6.3 upgrade changes:
- Add tox testing for Django 5.1 and Wagtail 6.3
- Drop testing for Python 3.8
- Add Django 5.1 and 5.2, Wagtail 7.0 and 7.2 to the test matrix
- Drop support for Python < 3.10
- Drop support for Wagtail < 6.3

]

dynamic = ["version"]
requires-python = ">=3.9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
requires-python = ">=3.9"
requires-python = ">=3.10"

Comment on lines +5 to +7
python{3.10,3.11,3.12}-django4.2-wagtail{6.3,7.0,7.2}
python{3.10,3.11,3.12,3.13}-django{5.1,5.2}-wagtail{6.3,7.0,7.2}
python3.14-django5.2-wagtail{7.0,7.2}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
python{3.10,3.11,3.12}-django4.2-wagtail{6.3,7.0,7.2}
python{3.10,3.11,3.12,3.13}-django{5.1,5.2}-wagtail{6.3,7.0,7.2}
python3.14-django5.2-wagtail{7.0,7.2}
python{3.10,3.11}-django4.2-wagtail{6.3,7.0}
python{3.12,3.13}-django{5.1,5.2}-wagtail{6.3,7.0,7.2}
python3.14-django5.2-wagtail{7.2}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants