gwforg / gwf

A flexible, pragmatic workflow tool.
https://gwf.app/
GNU General Public License v3.0
31 stars 12 forks source link

collections.abc #396

Closed kaspermunch closed 1 year ago

kaspermunch commented 2 years ago

Since Python 3.3 the correct way to import this is from collections.abc import Mapping, and the old way finally stopped working in Python 3.10.