summarylogtreecommitdiffstats
path: root/020-slint-allow-python-maturin-0.14.1.patch
blob: 1fd6939e064fc67f68db25a1b97e41251af6c98c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/api/python/slint/pyproject.toml
+++ b/api/python/slint/pyproject.toml
@@ -5,7 +5,7 @@
 [build-system]
 # maturin 1.14.1 (PR #3226) encodes the abi3 floor (python3.11) as the link
 # lib name, which breaks the iOS cross-link (only libpython3.13 is shipped).
-requires = ["maturin>=1,<1.14.1"]
+requires = ["maturin>=1,<2"]
 build-backend = "maturin"
 
 [project]