Update README to reference latest Python and Trio

This commit is contained in:
Joshua Bronson
2020-09-30 14:59:48 +00:00
parent 7942e83d1d
commit 4b4fc54ea3
4 changed files with 16 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ trio_http_proxy.py
Simple HTTP CONNECT proxy implemented with
`Trio <https://trio.readthedocs.io>`__.
Tested with Python 3.7 and Trio 0.11.0
Tested with Python 3.8 and Trio 0.17.0
(but other versions probably work too).