[build] Fix curl-cffi 0.16.x support on Python 3.10 (#17441)
Fix 4dc054d51c
Ref: https://github.com/lexiforest/curl_cffi/issues/834
Authored by: bashonly
This commit is contained in:
parent
4e969d3a6c
commit
5f22bafc14
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ default = [
|
|||
]
|
||||
curl-cffi = [
|
||||
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.17 ; implementation_name == 'cpython'",
|
||||
"typing-extensions ; python_full_version < '3.11'",
|
||||
]
|
||||
secretstorage = [
|
||||
"secretstorage",
|
||||
|
|
|
|||
Loading…
Reference in a new issue