python-visualization / folium

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

Remove Python 3.7, add 3.12 #1917

Closed Conengmo closed 1 month ago

Conengmo commented 1 month 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 1 month ago

Seems all good. Thanks for the review @ocefpaf!