schematics/schematics

Python 3.7 support

danqing opened this issue · 1 comments

There seems to be some deprecated function calls, including:

schematics-2.1.0-py3.7.egg/schematics/exceptions.py:7: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Sequence, Mapping
schematics-2.1.0-py3.7.egg/schematics/validate.py:123: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
  if len(inspect.getargspec(func).args) < argcount:

Should be fixed now with #576 !