ericvsmith / dataclasses

Apache License 2.0
584 stars 53 forks source link

kw_only not supported #152

Closed eadmaster closed 4 years ago

eadmaster commented 4 years ago

i've got this error while importing pytiled_parser:

/home/andy/.local/lib/python3.6/site-packages/pytiled_parser/objects.py in <module>()
    171 
    172 
--> 173 @attr.s(auto_attribs=True, kw_only=True)
    174 class Layer:
    175     """

TypeError: attrs() got an unexpected keyword argument 'kw_only'
ericvsmith commented 4 years ago

Please open an issue on bugs.python.org. This tracker is only for issues specific to the 3.6 backport.