Closed ocefpaf closed 1 month ago
Weird that the workflow didn't fail on the py313 PR https://github.com/python-visualization/folium/pull/2013...
I'll build the latest release docs manually, since we now passed that window.
I tried to make a temporary fix https://github.com/python-visualization/folium/pull/2017
Weird that the workflow didn't fail on the py313 PR #2013...
We are pinning to an exact Python in the docs, which is fine, but the "python=3" means that sometimes we can build them with 3.12 if the solver feels like it 😄
ooh okay, so we should actually pin to an exact version there, that's more robust!
ooh okay, so we should actually pin to an exact version there, that's more robust!
It should not matter in an ideal world but... Yeah, probably safer b/c we do depend on dozens of libs in our docs and demos.
xref.: https://github.com/vega/altair/issues/3620