python-visualization / branca

This library is a spinoff from folium, that would host the non-map-specific features.
https://python-visualization.github.io/branca/
MIT License
110 stars 63 forks source link

Drop Py3.7, add Py3.12 #164

Closed Conengmo closed 3 months ago

Conengmo commented 3 months ago

We just did the same in Folium in https://github.com/python-visualization/folium/pull/1917.

Also simplify the matrix for the code tests a bit and make it the same as in Folium. This will making upgrading this in the future easier, since we can just copy it.