Diaoul / babelfish

BabelFish is a Python library to work with countries and languages
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated #28

Closed labrys closed 4 years ago

labrys commented 5 years ago

As of python 3.8 this will no longer work.

hugovk commented 4 years ago

Actually, they delayed it and in Python 3.9 this will no longer work.

Please see PR https://github.com/Diaoul/babelfish/pull/29 to fix this.