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

Update for Wagtail 6.3 #169

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

Conversation

nickmoreton
Copy link
Contributor

@nickmoreton nickmoreton commented Nov 21, 2024

This pull request includes updates to the supported Python and Django versions in the project configuration files.

Python Version Updates:

  • .circleci/config.yml: Updated the Python version for the wagtail>=5.2,<5.3 build-and-test job from 3.8 to 3.9. Added new build-and-test jobs for wagtail>=6.1,<6.2, wagtail>=6.2,<6.3, and wagtail>=6.3,<6.4 with Python version 3.12.

  • setup.py: Updated the python_requires to specify Python >=3.9 instead of >=3.8.

Framework Version Updates:

  • setup.py: Removed support for Django 3.2 and added support for Django 5.1.

Noting:

- Wagtail 6.3 I presume will be installed with the latest Django 5.1
- added Django 5.1 to the setup.py classifiers
- dropped Django 3.2 from the setup.py classifiers
@nickmoreton nickmoreton marked this pull request as ready for review November 21, 2024 13:38
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