harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
265 stars 46 forks source link

collections.Mapping has been removed #134

Open tjrob opened 2 years ago

tjrob commented 2 years ago

collections.Mapping has been deprecated for almost a decade.

In _unix.py: 10: import collections.abc 44: collections.mapping => collections.abc.Mapping

lneuhaus commented 2 years ago

+1. The issue seems to be fixed now on the latest commit in the main branch, but the tag 0.6.1 (latest release), AND the version available on PyPI (0.6.1) refer to a commit that is slightly older, and does not contain this fix. The proper action is IMHO to release release the latest version as 0.6.2. That would be much appreciated. Thanks!