-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add Wagtail 5.1 and 5.2 + Python 3.12 support #93
Add Wagtail 5.1 and 5.2 + Python 3.12 support #93
Conversation
On Wagtail 5.1 and later, this raises ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting
No longer supported since this August.
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.
Once again, thank you 🙏
Do you think it requires a new PyPI version if there are no code changes?
[wheel] | ||
universal=1 |
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.
Nice catch
py{38,39,310,311}-django{32,40,41}-wagtail41 # Wagtail 4.1 LTS - all supported Python - all Django | ||
py{38,39,310,311,312}-django{32,41,42}-wagtail{50,51,52} # Wagtail 5.0, 5.1 and 5.2 LTS - all supported Python - all Django | ||
wagtailmain # Wagtail main latest compatible version |
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.
As per our README, we aim to officially support LTS + current, so today it would mean 5.2 only. I guess we decided on this at some point to lessen the maintenance need, but there's also no reason not to support previous versions if there is no code change or compatibility layer to make it work. So I think we can merge like this.
@loicteixeira I don't think a release is strictly necessary but wouldn't be opposed if we did one. |
No description provided.