uym2 / TreeShrink

Implementation of the TreeShrink problem
https://uym2.github.io/TreeShrink/
GNU General Public License v3.0
36 stars 11 forks source link

Compatibility with Python 3.10 #40

Closed V-Z closed 3 days ago

V-Z commented 1 year ago

Usage of collections.abc to provide MutableMapping to work with Python 3.10. It fixes https://github.com/uym2/TreeShrink/issues/33 (tested for installation using python3.10 setup.py install --user).