foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

Enhancement: modernizing Python code

Open LukasMoll opened this issue 3 years ago • 1 comments

Applying the newest Python features e.g. type hints.

LukasMoll avatar Nov 18 '22 20:11 LukasMoll

Applying the newest Python features e.g. type hints. Currently, we are supporting even Python2.x. By introducing type hints, the least supported Python version has to be >=3.5 Is this what we wanted to do?

xis19 avatar May 24 '23 23:05 xis19