-
Notifications
You must be signed in to change notification settings - Fork 1
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.3, Django 5.1, Python 3.13 #317
Conversation
Thanks @zerolab. There had been a discussion with Sam T about leaving wagtail upgrades while there's a big piece of work going on on the site. |
These changes should not conflict with the other work, really. I am not too fussed. It also makes sense to me to push the improvements sooner, rather than later |
I had a poke around and things mostly look okay. All internal links were broken initially until I re-published one of the pages (the homepage specifically). |
^ There was some new code in |
`git ls-files --others --cached --exclude-standard -- '*.py' | xargs pyupgrade --py312-plus`
because it is time! (and we can)
imghdr was removed in Python 3.13, and Willlow uses filetype
forwards!
d9458af
to
82e0ff6
Compare
This PR does what it says on the tin