File tree Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ nbconvert
2323nbsphinx
2424nbval
2525owslib
26- pandas
26+ pandas >= 2
2727pillow
2828pre-commit
2929pycodestyle
3333selenium
3434setuptools_scm
3535sphinx
36- twine >= 3.2.0
3736types-requests
3837vega_datasets
3938vincent
Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ def walk_subpkg(name):
5252 url = "https://github.com/python-visualization/folium" ,
5353 keywords = "data visualization" ,
5454 classifiers = [
55- "Programming Language :: Python :: 3.8" ,
5655 "Programming Language :: Python :: 3.9" ,
5756 "Programming Language :: Python :: 3.10" ,
5857 "Programming Language :: Python :: 3.11" ,
5958 "Programming Language :: Python :: 3.12" ,
59+ "Programming Language :: Python :: 3.13" ,
6060 "Topic :: Scientific/Engineering :: GIS" ,
6161 "Topic :: Scientific/Engineering :: Visualization" ,
6262 "License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments