Use urllib3<2.0

This commit is contained in:
laggykiller 2025-04-11 19:01:19 +08:00
parent 4f059cdcf8
commit 5c93b64da5
No known key found for this signature in database

View file

@ -26,6 +26,7 @@ requires = [
"conan>=2.0",
"setuptools>=45",
"lipomerge>=0.1.1",
"urllib3<2.0" # urllib3>=2.0 not work for building python3.7 wheels (https://github.com/urllib3/urllib3/issues/2168)
]
build-backend = "setuptools.build_meta"