Skip to content

Conversation

@adamchainz
Copy link
Contributor

Following #388, do another round of updates. Python 3.9 is EOL, while Python 3.14 is out and Django 6.0 is in beta.

Following makinacorpus#388, do another round of updates. Python 3.9 is EOL, while Python 3.14 is out and Django 6.0 is in beta.
@adamchainz
Copy link
Contributor Author

Currently failing due to django/django@f2f6046.

I think it may make sense to do a similar refactor to avoid templating inline JS, which is generally unsafe and doesn't work with a strict CSP.

@claudep
Copy link
Contributor

claudep commented Nov 14, 2025

If you don't beat me, I'll see if I can find some time to do the required changes in the next weeks.

@claudep
Copy link
Contributor

claudep commented Nov 15, 2025

Adam, looks like the current test failures is due to the fact you forgot to exclude Python 3.10/3.11 from the Django 6.0 test runs.

django50: Django~=5.0
django51: Django~=5.1
django52: Django~=5.2.0a1
django60: Django~=6.0a1
Copy link
Contributor

Choose a reason for hiding this comment

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

You could also simpify to 5.2 at the line above, and 6.0b1.

@claudep
Copy link
Contributor

claudep commented Nov 15, 2025

I hope merging #398 should do the trick for Django 6 compat.

@Gagaro
Copy link
Member

Gagaro commented Nov 24, 2025

Thanks for all the cleanup and updates. I merged the other PR and rebased this one there: #403

@Gagaro
Copy link
Member

Gagaro commented Dec 1, 2025

Merged in #403 🫶

@Gagaro Gagaro closed this Dec 1, 2025
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