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

Wagtail Latest Version Compatibility Testing #191

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

Conversation

nickmoreton
Copy link
Contributor

This pull request updates the CircleCI configuration and tox.ini file to support newer versions of Python, Django, and Wagtail. The most important changes include updating the Python versions used in the CI jobs and modifying the tox environments to include the latest versions of Django and Wagtail.

CircleCI configuration updates:

  • Modified the workflows to include the new test_py312 job and remove the test_py38 job.

tox.ini updates:

  • Wagtail testing now includes Wagtail (4.1, 4.2, 5.0, 5.1, 5.2, 6.0, 6.1, 6.2, 6.3).
  • Added Python 3.12, Django 5.0, and Django 5.1 to the basepython and deps sections.
  • Updated the flake8 dependencies to support the newer Python versions.

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