Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Feb 5, 2025
1 parent b66decc commit af49615
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ Unlike other pure python http clients like `httpx` or `requests`, `curl_cffi` ca
impersonate browsers' TLS/JA3 and HTTP/2 fingerprints. If you are blocked by some
website for no obvious reason, you can give `curl_cffi` a try.

Only Python 3.8 and above are supported. Python 3.7 has reached its end of life.
Minimum supported python versions:

- Since 0.10, Python 3.9
- 0.9 and below, Python 3.8

------

Expand Down Expand Up @@ -143,8 +146,6 @@ print(r.json())

`curl_cffi` supports the same browser versions as supported by my [fork](https://github.com/lexiforest/curl-impersonate) of [curl-impersonate](https://github.com/lwthiker/curl-impersonate):

However, only WebKit-based browsers are supported. Firefox support is tracked in [#59](https://github.com/lexiforest/curl_cffi/issues/59).

Browser versions will be added **only** when their fingerprints change. If you see a version, e.g.
chrome122, were skipped, you can simply impersonate it with your own headers and the previous version.

Expand Down

0 comments on commit af49615

Please sign in to comment.