streamlit-folium
streamlit-folium copied to clipboard
Add Python 3.13 to testing
Looks like the community isn't ready yet, will keep open and try next week
Looks like the problem is that greenlet uses 3.0.3, when it needs to be 3.1 (which specifically supports python 3.13). But as far as I can tell, we don't require any specific versions of any of this stuff...does that mean playwright has the issue?
Collecting greenlet==3.0.3 (from playwright>=1.18->pytest-playwright->-r tests/requirements.txt (line 4))
Merging master in fixed the greenlet version issue*, but it's still trying to compile Arrow from source
*could be coincidental, but fixed nonetheless