Skip to content

Commit

Permalink
Remove python version in trio-server.py
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GalaxySnail authored and pgjones committed Aug 24, 2022
1 parent df0fc1c commit c049303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/trio-server.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# A simple HTTP server implemented using h11 and Trio:
# http://trio.readthedocs.io/en/latest/index.html
# (so requires python 3.5+).
#
# All requests get echoed back a JSON document containing information about
# the request.
Expand Down

0 comments on commit c049303

Please sign in to comment.