Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testing for Wagtail 6.3 #62

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nickmoreton
Copy link
Contributor

When merged this will update the tox testing around checking Wagtail 6.3

Updates to supported versions:

  • .github/workflows/test.yml: Updated the Python versions matrix to include Python 3.12 and removed Python 3.8.

  • setup.py: Removed support for Python 3.8, Django 3.2, and Django 4.1. Added support for Python 3.12, Django 5.0, Django 5.1, and Wagtail 6.0. Updated install_requires to include Wagtail 5.0.

  • tox.ini: Updated the envlist to reflect the new supported versions of Python, Django, and Wagtail. Removed Python 3.8 configurations and added Wagtail 6.3 configurations. [1] [2]

  • tox.ini: Updated the commands section to remove references to Python 3.8.

And update the supported Django and Wagtail versions and classifiers.
I set the dependency to wagtail>=5.0 becuase thats what the testing is run against.
@gdelavil
Copy link

Thank you @nickmoreton .

@haydngreatnews as we talked, since we're breaking backwards compatibility, let's make it a major version change.

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