Skip to content

Commit 338c44a

Browse files
committed
Try to fix geopandas test run
1 parent d2fd46c commit 338c44a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
python-version: ["3.9", "3.13"]
17+
python-version: ["3.9", "3.13", "3.14"]
1818
fail-fast: false
1919
defaults:
2020
run:

.github/workflows/test_geopandas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
environment-name: TEST
3030
create-args: >-
31-
python=3
31+
python=3.14
3232
--file folium/requirements.txt
3333
3434
- name: Checkout Geopandas

0 commit comments

Comments
 (0)