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:
parent
1526048c94
commit
5af6123fff
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user