File tree 4 files changed +4
-14
lines changed
4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
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"]
21
16
fail-fast : false
22
17
defaults :
23
18
run :
35
30
--file requirements.txt
36
31
--file requirements-dev.txt
37
32
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
-
42
33
- name : Install folium from source
43
34
run : python -m pip install -e . --no-deps --force-reinstall
44
35
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [ "3.9", "3.12 " ]
14
+ python-version : [ "3.9", "3.13 " ]
15
15
fail-fast : false
16
16
17
17
steps :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ nbconvert
23
23
nbsphinx
24
24
nbval
25
25
owslib
26
- pandas
26
+ pandas >= 2
27
27
pillow
28
28
pre-commit
29
29
pycodestyle
33
33
selenium
34
34
setuptools_scm
35
35
sphinx
36
- twine >= 3.2.0
37
36
types-requests
38
37
vega_datasets
39
38
vincent
Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ def walk_subpkg(name):
52
52
url = "https://github.com/python-visualization/folium" ,
53
53
keywords = "data visualization" ,
54
54
classifiers = [
55
- "Programming Language :: Python :: 3.8" ,
56
55
"Programming Language :: Python :: 3.9" ,
57
56
"Programming Language :: Python :: 3.10" ,
58
57
"Programming Language :: Python :: 3.11" ,
59
58
"Programming Language :: Python :: 3.12" ,
59
+ "Programming Language :: Python :: 3.13" ,
60
60
"Topic :: Scientific/Engineering :: GIS" ,
61
61
"Topic :: Scientific/Engineering :: Visualization" ,
62
62
"License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments