Closed fly closed 4 years ago
fixed it in version2 branch. Hope we will make release before 3.8
Please do. Python relaxed the deprecation period to 3.9 but please take the warning seriously. Now it requires an extra line in pytest configuration section for almost every project on my job :)
Would you consider trafaret==1.2.1
bugfix release with fixed import?
I guess this was fixed with https://github.com/Deepwalker/trafaret/pull/81 . Also the removal has been postponed to python 3.10.
Tnx, forgot to close this after release.
In python 3.7 I'm getting the following deprecation warning:
collections.abc
is available starting from python 3.3.Are there any plans on fixing it? (I guess you want to retain python2 support yet)
Also I don't mind to create PR to fix this. If you agree, do you have any preferred way this to be done?