jseutter / ofxparse

Ofx file format parser for Python
http://sites.google.com/site/ofxparse/
MIT License
204 stars 121 forks source link

Importing ABC directly from collections module was removed in Python 3.9 #155

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

https://bugzilla.redhat.com/show_bug.cgi?id=1792966

https://github.com/jseutter/ofxparse/blob/31f85c74b674e9b5bffe83f618ec7356eb800677/ofxparse/ofxparse.py#L40

Thanks for the library!

flamaster2016 commented 4 years ago

Thank you!

rkhwaja commented 4 years ago

@jseutter Can you make a pypi release with this fix? Python 3.9 will be coming out soon

tirkarthi commented 4 years ago

The deprecation removal was deferred to python 3.10 though it was initially merged to python 3.9 due to breakage in libraries.