-
Notifications
You must be signed in to change notification settings - Fork 460
Closed
Description
Python 3.7 introduced a warning with respect to collections that will be removed in 3.8 making the project incompatible with 3.8.
Found at https://travis-ci.org/python/cpython/jobs/446051148#L2596
/home/travis/build/python/cpython/Doc/venv/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py:3226: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
Sample fix : pallets/markupsafe#98
Metadata
Metadata
Assignees
Labels
No labels