Skip to content

Commit 8bb4766

Browse files
committed
run tests on py313
1 parent e6c2236 commit 8bb4766

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: ["3.9", "3.12"]
16-
experimental: [false]
17-
include:
18-
- python-version: "3.12"
19-
os: "ubuntu-latest"
20-
experimental: true
15+
python-version: ["3.9", "3.13"]
2116
fail-fast: false
2217
defaults:
2318
run:
@@ -35,10 +30,6 @@ jobs:
3530
--file requirements.txt
3631
--file requirements-dev.txt
3732
38-
- name: Install nightly versions of dependencies
39-
if: matrix.experimental == true
40-
run: python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy pandas shapely -U
41-
4233
- name: Install folium from source
4334
run: python -m pip install -e . --no-deps --force-reinstall
4435

.github/workflows/test_selenium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [ "3.9", "3.12" ]
14+
python-version: [ "3.9", "3.13" ]
1515
fail-fast: false
1616

1717
steps:

0 commit comments

Comments
 (0)