makinacorpus / django-leaflet

Use Leaflet in your Django projects
GNU Lesser General Public License v3.0
713 stars 282 forks source link

Support Django 5.0 and Python 3.12, drop Python 3.8 #373

Closed adamchainz closed 4 months ago

adamchainz commented 5 months ago

Copied most of the approach from 35d10aadf1faabbbe465747783e14e2075c3a137. I don’t see any new warnings on Python 3.12 + Django 5.0 when running locally.

Gagaro commented 4 months ago

Thanks for the PR, I'll merge after you remove the support of Python 3.7 then.

adamchainz commented 4 months ago

Done.