Skip to content

Commit bf043b5

Browse files
authored
Update setup.py (#226)
1 parent 6382e45 commit bf043b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="streamlit_folium",
5-
version="0.22.1",
5+
version="0.23.0",
66
author="Randy Zwitch",
77
author_email="[email protected]",
88
description="Render Folium objects in Streamlit",
@@ -12,6 +12,6 @@
1212
packages=setuptools.find_packages(),
1313
include_package_data=True,
1414
classifiers=[],
15-
python_requires=">=3.8",
15+
python_requires=">=3.9",
1616
install_requires=["streamlit>=1.13.0", "folium>=0.13,!=0.15.0", "jinja2", "branca"],
1717
)

0 commit comments

Comments
 (0)