1 2 3 4 5 6 7 8 9 10 11
[build-system] requires = ["maturin>=1.8,<2.0"] build-backend = "maturin" [project] name = "roche" version = "0.2.3" requires-python = ">=3.8" [tool.maturin] features = ["pyo3/extension-module", "pyo3/abi3-py38"]