django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.01k stars 793 forks source link

test: Add python 3.12 and django 5.0 #2059

Closed marksweb closed 7 months ago

marksweb commented 7 months ago

This adds python 3.12 and django 5.0 while dropping python 3.7.

palfrey commented 5 months ago

Any thoughts about a release with this in?

marksweb commented 5 months ago

@palfrey There's no actual code changes to the app here, just testing against django 5 and python 3.12. So you should be able to use these versions with the current releaase.

palfrey commented 5 months ago

Huh, you're right! I'd had to upgrade various things when I did a Django 3.2 -> 5.0 upgrade and I must have thought this was one of the ones with problems, but nope. All good, thanks.

carltongibson commented 5 months ago

Thanks @marksweb, exactly.

But for information, I'm pottering towards an update for Daphne at the moment, and then will swing round to Channels again. (Channels-Redis had one just recently.)