blob: 503c44f6d631176ce05daf1c0aab3938be4b86b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2024-09-13 16:10:59 UTC
+++ pyproject.toml
@@ -13,7 +13,7 @@ classifiers = [
]
[build-system]
-requires = ["maturin>=0.13,<0.14"]
+requires = ["maturin>=0.13"]
build-backend = "maturin"
[project]
|