-
Notifications
You must be signed in to change notification settings - Fork 5
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
Wagtail 6.0 #15
Conversation
… on python-tox.yml
There was a problem hiding this 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} |
There was a problem hiding this comment.
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
py{311,312}-dj50-wagtail{52,60} | |
py{310,311,312}-dj50-wagtail{52,60} |
There was a problem hiding this comment.
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!
Co-authored-by: Storm Heg <storm@stormheg.co>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brilliant!
Support Ticket
Wagtail 6.0 release notes
Summary of changes