From: Fred Thomsen Date: Tue, 16 Aug 2022 22:20:35 +0000 (-0400) Subject: Update docs to reflect supported python versions (#2338) X-Git-Tag: 0.23.1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af6123fff096524b33b8f850ae7017ff1c3d9ac;p=thirdparty%2Fhttpx.git Update docs to reflect supported python versions (#2338) Replaces Python 3.6 references with Python 3.7. Co-authored-by: Marcelo Trylesinski --- 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