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 fb1c6a5 + 1540038 commit f1f47ffCopy full SHA for f1f47ff
folium/__init__.py
@@ -53,10 +53,10 @@
53
54
if sys.version_info < (3, 0):
55
warnings.warn(
56
- ('folium will stop working with Python 2.7 starting Jan. 1, 2019.'
57
- ' Please transition to Python 3 before this time.'
+ ('This version of folium is the last to support Python 2.'
+ ' Transition to Python 3 to be able to receive updates and fixes.'
58
' Check out https://python3statement.org/ for more info.'),
59
- PendingDeprecationWarning
+ UserWarning
60
)
61
62
__version__ = get_versions()['version']
0 commit comments