Browse Source

Fix maturin version requirement

tags/v0.0.0-test.4
messense GitHub 3 years ago
parent
commit
0818720946
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apis/python/node/pyproject.toml

+ 1
- 1
apis/python/node/pyproject.toml View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.12,<0.13"]
requires = ["maturin>=0.13,<0.14"]
build-backend = "maturin"

[project]


Loading…
Cancel
Save