]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update docs to reflect supported python versions (#2338)
authorFred Thomsen <me@fredthomsen.net>
Tue, 16 Aug 2022 22:20:35 +0000 (18:20 -0400)
committerGitHub <noreply@github.com>
Tue, 16 Aug 2022 22:20:35 +0000 (17:20 -0500)
Replaces Python 3.6 references with Python 3.7.

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
README.md
docs/index.md

index 626985c44e6448aa0654e45d2b0836ebc714c5fd..520e85c360f4f59b2d085ea778745333741ab586 100644 (file)
--- 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
 
index dca5b7cdcc7f8232a4d7ec183e22a68af11b39f8..ec16ce7d1a31e195f440759aaf378422c5f26aae 100644 (file)
@@ -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