From 39ed81607c9e9f99a56a174cc33298129e659545 Mon Sep 17 00:00:00 2001 From: Hans Then Date: Tue, 12 Aug 2025 20:00:31 +0200 Subject: [PATCH 1/3] Close issue_2165 (#2166) Add event handlers on the cut event From 4533e8b66c0aa9796d6916464ed0cc1bc46d3bf7 Mon Sep 17 00:00:00 2001 From: Hans Then Date: Tue, 12 Aug 2025 20:00:31 +0200 Subject: [PATCH 2/3] Close issue_2165 (#2166) Add event handlers on the cut event From 75d923690f407c67f7968b9ddafe878b10d4aaeb Mon Sep 17 00:00:00 2001 From: Hans Then Date: Sun, 2 Nov 2025 13:33:14 +0100 Subject: [PATCH 3/3] Version fix python to 3.13 for now On advice of Martin. This is because we mixup pip and anaconda. --- .github/workflows/test_geopandas.yml | 2 +- .github/workflows/test_streamlit_folium.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_geopandas.yml b/.github/workflows/test_geopandas.yml index 85400ac177..03c052ea45 100644 --- a/.github/workflows/test_geopandas.yml +++ b/.github/workflows/test_geopandas.yml @@ -28,7 +28,7 @@ jobs: with: environment-name: TEST create-args: >- - python=3 + python=3.13 --file folium/requirements.txt - name: Checkout Geopandas diff --git a/.github/workflows/test_streamlit_folium.yml b/.github/workflows/test_streamlit_folium.yml index 531aafef83..c813dc1fa8 100644 --- a/.github/workflows/test_streamlit_folium.yml +++ b/.github/workflows/test_streamlit_folium.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.x' + python-version: '3.13' - name: Checkout Folium uses: actions/checkout@v5 @@ -43,6 +43,9 @@ jobs: - name: Install streamlit_folium dev dependencies run: | cd streamlit_folium + echo hello world + sudo apt-get install proj-bin + proj uv sync --group dev --group test - name: Install playwright dependencies