vangheem / pyzipcode

revive the pyzipcode project!
MIT License
14 stars 11 forks source link

Python 10 Compatibility #16

Closed ksnyderSP closed 2 years ago

ksnyderSP commented 2 years ago

When trying to run this package with Python 10 I'm shown the error: AttributeError: module 'collections' has no attribute 'MutableMapping'

https://github.com/pymedusa/Medusa/issues/10253

vangheem commented 2 years ago

Is this a problem or not? I can look into fixing it next week.

ksnyderSP commented 2 years ago

Nope, user error on my part. Sorry about that!