Skip to content

Conversation

nickmoreton
Copy link
Contributor

This pull request updates the supported Python, Django, and Wagtail versions across the project.

Updates to supported Python versions:

  • Added Python 3.12 and 3.13 to the testing matrix, removing Python 3.8.

Updates to Wagtail and Django versions:

  • Increased the minimum required Wagtail version to 5.2 and added classifiers for Wagtail 6 and 7. Updated Django classifiers to include 5.1 and 5.2 while removing older versions.

These could be considered breaking changes and ideally a new release should be made.

I want to highlight that the following earlier PR's are still open:

"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
install_requires=["django-recaptcha>=4"],
install_requires=["django-recaptcha>=4", "wagtail>=5.2"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Adding wagtail as a dependency seems like a good idea so were matching the versions currently tested.

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.

1 participant