h11
h11 copied to clipboard
Remove python version in trio-server.py
Now trio 0.20.0 requires python 3.7 or later. But IMO it's not necessary to mention it here and update it every year.
I'm not sure if I missed something, but trio 0.20.0 which was released on 2022-02-21 requires Python 3.7+ and python 3.6 support was dropped in GH-2210.
You're right, sorry.
Thanks