From 5af6123fff096524b33b8f850ae7017ff1c3d9ac Mon Sep 17 00:00:00 2001 From: Fred Thomsen Date: Tue, 16 Aug 2022 18:20:35 -0400 Subject: [PATCH] Update docs to reflect supported python versions (#2338) Replaces Python 3.6 references with Python 3.7. Co-authored-by: Marcelo Trylesinski --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 626985c4..520e85c3 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Or, to include the optional HTTP/2 support, use: $ pip install httpx[http2] ``` -HTTPX requires Python 3.6+. +HTTPX requires Python 3.7+. ## Documentation diff --git a/docs/index.md b/docs/index.md index dca5b7cd..ec16ce7d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -145,6 +145,6 @@ To include the optional brotli decoder support, use: $ pip install httpx[brotli] ``` -HTTPX requires Python 3.6+ +HTTPX requires Python 3.7+ [sync-support]: https://github.com/encode/httpx/issues/572