[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:
bashonly
2026-08-16 01:15:32 +00:00
committed by GitHub
parent 4e969d3a6c
commit 5f22bafc14
+1
View File
@@ -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",