Python: Makes sure we build with Maturin 0.9

pull/73/head
Tpt 4 years ago
parent f8c56e2526
commit a24494809b
  1. 2
      python/pyproject.toml

@ -1,3 +1,3 @@
[build-system]
requires = ["maturin"]
requires = ["maturin>=0.9,<0.10"]
build-backend = "maturin"
Loading…
Cancel
Save