python request库为什么不支持http2.0?

python request库为什么不支持http2.0?其原理是什么?

requests没有支持HTTP2.0,就是没有支持啊。
别人没有写这样的功能在里面,
就比如你写了一个函数,计算加减。你问这个函数为什么不支持乘除?原理?

因为request库的开发者没有跟进维护HTTP2.0,底层代码跟不上
但是也不是都不支持request的Requests Integration支持HTTP2.0
https://hyper.readthedocs.io/en/latest/quickstart.html#requests-integration