Does anyone know why PEP 563 is not backported to python36 as of the time of this writing? Are there any plans to do that or is it even possible?
I am asking because I could use it for the codebase of zfit which currently supports py36 through py38 and I cannot use forward references without using strings which is a tad annoying. Especially considering that it is available in py37 and upwards.