Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 thetox
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 theenvlist
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 thebasepython
andgh-actions
sections to remove Python 3.8.