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

Check support for wagtail 6.3 #19

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

Conversation

nickmoreton
Copy link
Collaborator

@nickmoreton nickmoreton commented Nov 14, 2024

Support Ticket: https://torchbox.monday.com/boards/1124794299/pulses/1703792950

Once code reviewed by TBX we should propose the changes to the maintainers branch.

There are no changes to code that would be critical to it's functionality.

This pull request includes updates to the supported Python and framework versions in the project configuration files. The most important changes include updating the Python versions in the GitHub Actions workflow, modifying the supported framework versions in setup.py, and adjusting the tox configuration to reflect these updates.

Updates to supported versions:

  • .github/workflows/test.yml: Updated the matrix of Python versions to include 3.12 and removed 3.8.
  • setup.py: Removed support for Python 3.8 and older versions of Django and Wagtail, while adding support for Python 3.12, Django 5.0 and 5.1, and Wagtail 6.

Adjustments to tox configuration:

  • tox.ini: Updated the envlist to reflect the new supported versions of Python, Django, and Wagtail. Removed Python 3.8 and added Wagtail 6.3. [1] [2]
  • tox.ini: Updated the basepython and gh-actions sections to remove 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.
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