Update docs to reflect supported python versions (#2338)

Replaces Python 3.6 references with Python 3.7.

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
This commit is contained in:
Fred Thomsen 2022-08-16 18:20:35 -04:00 committed by GitHub
parent 1526048c94
commit 5af6123fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View 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