python-lxml: bump to version 5.4.0

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2025-05-11 07:40:14 +03:00
committed by Alexandru Ardelean
parent f3c0c9722c
commit eeacf8474b
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["Cython>=3.0.11", "setuptools", "wheel"]
-requires = ["Cython>=3.0.11, < 3.1.0", "setuptools", "wheel"]
+requires = ["Cython>=3.0.10", "setuptools", "wheel"]
[tool.cibuildwheel]
build-verbosity = 2
build-verbosity = 1