Skip to content

Commit e6c2236

Browse files
committed
remove py38 and add py313
1 parent 07dbe56 commit e6c2236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)