We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 944b9b1 + 4431abb commit ee8da7bCopy full SHA for ee8da7b
setup.py
@@ -52,9 +52,11 @@ def walk_subpkg(name):
52
url="https://github.com/python-visualization/folium",
53
keywords="data visualization",
54
classifiers=[
55
- "Programming Language :: Python :: 3.5",
56
- "Programming Language :: Python :: 3.6",
57
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
58
+ "Programming Language :: Python :: 3.10",
59
+ "Programming Language :: Python :: 3.11",
60
"Topic :: Scientific/Engineering :: GIS",
61
"Topic :: Scientific/Engineering :: Visualization",
62
"License :: OSI Approved :: MIT License",
@@ -63,7 +65,7 @@ def walk_subpkg(name):
63
65
platforms="any",
64
66
packages=packages,
67
package_data=package_data,
- python_requires=">=3.5",
68
+ python_requires=">=3.7",
69
extras_require={"testing": ["pytest"]},
70
install_requires=install_requires,
71
zip_safe=False,
0 commit comments