python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.94k stars 2.23k forks source link

Remove Python 3.7, add 3.12 #1917

Closed Conengmo closed 7 months ago

Conengmo commented 7 months ago

Python 3.7 is end-of-life, so remove it as a supported version. Add tests for 3.12 and add it as a supported version (if tests succeed).

I added a matrix to the Selenium tests as well, since they are important for catching regressions.

Conengmo commented 7 months ago

Seems all good. Thanks for the review @ocefpaf!