Fix building

This commit is contained in:
laggykiller 2025-08-26 07:29:46 +08:00
parent 1f1bc02579
commit 382ab8e1bd
No known key found for this signature in database

View file

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