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 6.0 #15

Merged
merged 9 commits into from
Mar 8, 2024
Merged

Conversation

katdom13
Copy link
Contributor

Support Ticket

Wagtail 6.0 release notes

Summary of changes

  • Adjust test matrix to use Wagtail 6.0
  • Drop Wagtail < 5.2 from the test matrix
  • Add Python 3.12 to test matrix
  • Update minimum Wagtail version to 5.2 in setup.py

Copy link
Member

@Stormheg Stormheg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@katdom13 I notice we still have the Python 3.7 trove classifier in setup.py, could you please remove that?

tox.ini Outdated
py311-dj{42}-wagtail{51,52}
py{38,39,310}-dj32-wagtail52
py{38,39,310,311}-dj42-wagtail{52,60}
py{311,312}-dj50-wagtail{52,60}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, Python 3.10 is also supported by Django 5.0. https://docs.djangoproject.com/en/5.0/faq/install/#faq-python-version-support

Suggested change
py{311,312}-dj50-wagtail{52,60}
py{310,311,312}-dj50-wagtail{52,60}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Stormheg , applied this one!

katdom13 and others added 2 commits March 8, 2024 10:38
Co-authored-by: Storm Heg <storm@stormheg.co>
@katdom13 katdom13 requested a review from Stormheg March 8, 2024 02:40
Copy link
Member

@Stormheg Stormheg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brilliant!

@Stormheg Stormheg merged commit 25a87d8 into wagtail-nest:main Mar 8, 2024
5 checks passed
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.

2 participants