summaryrefslogtreecommitdiff
path: root/devel/py-lxml5/files/patch-pyproject.toml
blob: acf2d2f5a6ab0cf84b0a7b1cf4d74555cc05de78 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pyproject.toml.orig	2025-04-22 12:23:54 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["Cython>=3.0.11, < 3.1.0", "setuptools", "wheel"]
+requires = ["Cython>=3.1.0", "setuptools", "wheel"]
 
 [tool.cibuildwheel]
 build-verbosity = 1