Skip to content

Commit

Permalink
Fix version that supports Python 3.6 on the README (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jan 11, 2022
1 parent df8b49f commit 566e63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

**Documentation**: [https://www.uvicorn.org](https://www.uvicorn.org)

**Requirements**: Python 3.7+ (For Python 3.6 support, install version 0.15.0.)
**Requirements**: Python 3.7+ (For Python 3.6 support, install version 0.16.0.)

Uvicorn is a lightning-fast ASGI server implementation, using [uvloop][uvloop] and [httptools][httptools].

Expand Down

0 comments on commit 566e63e

Please sign in to comment.