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 #96

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Conversation

JakubMastalerz
Copy link
Contributor

@JakubMastalerz JakubMastalerz commented Nov 19, 2024

Update package for Wagtail 6.3

This PR updates the tox testing setup to account for the Wagtail 6.3 release by:

  • Adding Wagtail 6.3 to test matrix
  • Adding Python 3.13 to test matrix (now supported as of Wagtail 6.3)
  • Dropping no longer supported versions of Wagtail from test matrix (v6.0, v6.1)

@JakubMastalerz JakubMastalerz changed the title Wagtail 6.3 Update for Wagtail 6.3 Nov 19, 2024
@JakubMastalerz JakubMastalerz marked this pull request as draft November 19, 2024 14:21
Copy link
Contributor

@nickmoreton nickmoreton left a comment

Choose a reason for hiding this comment

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

Just one suggestion from me. Thanks @JakubMastalerz

@@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

We probably don't need 3.8 any longer

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wasn't sure about this. On one hand, python 3.8 has reached end-of-life. On the other, it is listed as compatible with Wagtail 5.2. My instinct was to wait until 5.2 becomes deprecated to remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Dropped 3.8 in a685634

@JakubMastalerz JakubMastalerz marked this pull request as ready for review November 19, 2024 14:36
@jams2 jams2 merged commit 9c5d341 into wagtail:main Nov 20, 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.

3 participants