streamlit-folium icon indicating copy to clipboard operation
streamlit-folium copied to clipboard

Add Python 3.13 to testing

Open randyzwitch opened this issue 1 year ago • 2 comments
trafficstars

randyzwitch avatar Oct 09 '24 20:10 randyzwitch

Looks like the community isn't ready yet, will keep open and try next week

randyzwitch avatar Oct 09 '24 20:10 randyzwitch

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))

randyzwitch avatar Oct 15 '24 12:10 randyzwitch

Merging master in fixed the greenlet version issue*, but it's still trying to compile Arrow from source

*could be coincidental, but fixed nonetheless

randyzwitch avatar Oct 22 '24 15:10 randyzwitch