Skip to content

Python 3.7 warnings #607

@tirkarthi

Description

@tirkarthi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions