mverleg / pyjson_tricks

Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.
Other
153 stars 23 forks source link

Suggestion: Drop support for python < 3.7 #94

Open aqeelat opened 1 year ago

aqeelat commented 1 year ago

I would like to work on this task.

mverleg commented 1 year ago

Thanks for your interest in json-tricks and for your offer to help!

I'm not generally in a hurry to unsupport older versions unless I have to. Do we get any amazing features in 3.7+ that make it worthwhile?

aqeelat commented 1 year ago

Plenty of things including dataclasses, improved type annotations, and better handling of unicode data.